Uses of Class
com.openkm.sdk4j.bean.workflow.Token
-
Packages that use Token Package Description com.openkm.sdk4j.bean.workflow -
-
Uses of Token in com.openkm.sdk4j.bean.workflow
Methods in com.openkm.sdk4j.bean.workflow that return Token Modifier and Type Method Description TokenToken. getParent()TokenProcessInstance. getRootToken()Methods in com.openkm.sdk4j.bean.workflow that return types with arguments of type Token Modifier and Type Method Description List<Token>ProcessInstance. getAllTokens()Methods in com.openkm.sdk4j.bean.workflow with parameters of type Token Modifier and Type Method Description voidToken. setParent(Token parent)voidProcessInstance. setRootToken(Token rootToken)Method parameters in com.openkm.sdk4j.bean.workflow with type arguments of type Token Modifier and Type Method Description voidProcessInstance. setAllTokens(List<Token> allTokens)
-