Uses of Class
com.logicaldoc.workflow.template.WorkflowGroup
-
Packages that use WorkflowGroup Package Description com.logicaldoc.workflow.template -
-
Uses of WorkflowGroup in com.logicaldoc.workflow.template
Methods in com.logicaldoc.workflow.template that return WorkflowGroup Modifier and Type Method Description WorkflowGroupWorkflowTemplate. getWorkflowGroup(long groupId)Methods in com.logicaldoc.workflow.template that return types with arguments of type WorkflowGroup Modifier and Type Method Description Set<WorkflowGroup>WorkflowTemplate. getWorkflowGroups()Methods in com.logicaldoc.workflow.template with parameters of type WorkflowGroup Modifier and Type Method Description voidWorkflowTemplate. addWorkflowGroup(WorkflowGroup mg)Adds a new element, substituting a previous one with the same groupId.Method parameters in com.logicaldoc.workflow.template with type arguments of type WorkflowGroup Modifier and Type Method Description voidWorkflowTemplate. setWorkflowGroups(Set<WorkflowGroup> workflowGroups)Constructors in com.logicaldoc.workflow.template with parameters of type WorkflowGroup Constructor Description WorkflowGroup(WorkflowGroup source)
-