Uses of Enum Class
se.conciliate.extensions.store.WorkflowState
Packages that use WorkflowState
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides utility classes to perform queries against the current workspace.
-
Uses of WorkflowState in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return WorkflowStateModifier and TypeMethodDescriptionModelReference.getWorkflowState()
MTModelHeader.getWorkflowState()
Returns the current workflow state.MTRevisionInfo.getWorkflowState()
Returns the current workflow state of the revision.static WorkflowState
Returns the enum constant of this class with the specified name.static WorkflowState[]
WorkflowState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.conciliate.extensions.store that return types with arguments of type WorkflowStateModifier and TypeMethodDescriptionMap<WorkflowState,
List<? extends ModelReference>> MTServer.findDashboardModels()
Returns the model that should be available on the dashboard for the current user.Methods in se.conciliate.extensions.store with parameters of type WorkflowStateModifier and TypeMethodDescriptionvoid
MTModel.setWorkflowState
(WorkflowState state) Sets the current workflow state. -
Uses of WorkflowState in se.conciliate.extensions.store.query
Methods in se.conciliate.extensions.store.query that return types with arguments of type WorkflowStateMethods in se.conciliate.extensions.store.query with parameters of type WorkflowStateModifier and TypeMethodDescriptionMTModelQuery.withWorkflowStates
(WorkflowState... states) Retains only models with the given workflow states.