Uses of Class
com.fluig.sdk.api.workflow.AssumeProcessTaskVO
-
Packages that use AssumeProcessTaskVO Package Description com.fluig.sdk.api.workflow com.fluig.sdk.service -
-
Uses of AssumeProcessTaskVO in com.fluig.sdk.api.workflow
Methods in com.fluig.sdk.api.workflow that return types with arguments of type AssumeProcessTaskVO Modifier and Type Method Description List<AssumeProcessTaskVO>AssumeProcessTasksVO. getAssumeProcessTaskList()Method parameters in com.fluig.sdk.api.workflow with type arguments of type AssumeProcessTaskVO Modifier and Type Method Description voidAssumeProcessTasksVO. setAssumeProcessTaskList(List<AssumeProcessTaskVO> assumeProcessTaskList) -
Uses of AssumeProcessTaskVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service with parameters of type AssumeProcessTaskVO Modifier and Type Method Description AssumeProcessTaskResultVOWorkflowAPIService. assumeProcessTask(AssumeProcessTaskVO assumeProcessTaskVO)Faz com que o usuário repassado assuma a tarefa.
-