Class WorkflowStatesByLocalizedNameDataProvider

    • Constructor Detail

      • WorkflowStatesByLocalizedNameDataProvider

        public WorkflowStatesByLocalizedNameDataProvider()
    • Method Detail

      • getStateId

        protected String getStateId​(String workflowId,
                                    String workflowStateId)
        Returns an unique state identifier.
        Parameters:
        workflowId - workflow identifier.
        workflowStateId - state identifier.
        Returns:
        Since:
        7.0.0
      • isStateAllowed

        protected boolean isStateAllowed​(WorkflowStateConfig stateConfig)
        Returns true if the state is allowed to be included on source, otherwise returns false.
        Parameters:
        stateConfig - the workflow state to be verified.
        Returns:
        true if the state is allowed to be included on source, otherwise returns false.
        Since:
        7.0.0