Uses of Class
com.fluig.sdk.api.workflow.ProcessVersionVO
-
Packages that use ProcessVersionVO Package Description com.fluig.sdk.api.workflow com.fluig.sdk.service -
-
Uses of ProcessVersionVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type ProcessVersionVO Modifier and Type Method Description List<ProcessVersionVO>ProcessVersionVO. getChildren()Method parameters in com.fluig.sdk.api.workflow with type arguments of type ProcessVersionVO Modifier and Type Method Description voidProcessVersionVO. setChildren(List<ProcessVersionVO> children) -
Uses of ProcessVersionVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return types with arguments of type ProcessVersionVO Modifier and Type Method Description List<ProcessVersionVO>WorkflowAPIService. getAvailableProcess(long tenantId, String userId)Retorna uma lista de processos disponĂveis para o usuário
-