Uses of Enum Class
org.craftercms.studio.impl.v1.service.workflow.WorkflowServiceImpl.Operation
Packages that use WorkflowServiceImpl.Operation
-
Uses of WorkflowServiceImpl.Operation in org.craftercms.studio.impl.v1.service.workflow
Methods in org.craftercms.studio.impl.v1.service.workflow that return WorkflowServiceImpl.OperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WorkflowServiceImpl.Operation[]WorkflowServiceImpl.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.craftercms.studio.impl.v1.service.workflow with parameters of type WorkflowServiceImpl.OperationModifier and TypeMethodDescriptionprotected ResultTOWorkflowServiceImpl.approve(String site, String request, WorkflowServiceImpl.Operation operation) approve workflows and schedule them as specified in the requestprotected ResultTOWorkflowServiceImpl.approve_new(String site, String request, WorkflowServiceImpl.Operation operation) approve workflows and schedule them as specified in the requestprotected ResultTOWorkflowServiceImpl.approveWithoutDependencies(String site, String request, WorkflowServiceImpl.Operation operation) approve workflows and schedule them as specified in the requestprotected List<DmDependencyTO> WorkflowServiceImpl.removeSubmitToDeleteChildrenForGoLive(DmDependencyTO dependencyTO, WorkflowServiceImpl.Operation operation) removes the child items which are in submit to delete state from submitted items as these have to be routed for deletion.