Interface lispa\amos\core\interfaces\WorkflowModelInterface
Implemented by | lispa\amos\core\interfaces\ContentModelInterface |
---|
Public Methods
Method Details
public abstract array getCwhValidationStatuses ( ) | ||
return | array | List of statuses that for cwh is validated |
---|
public abstract string getDraftStatus ( ) | ||
return | string | The name that correspond to 'draft' status for the content model |
---|
public abstract string getToValidateStatus ( ) | ||
return | string | The name that correspond to 'to validate' status for the content model |
---|
public abstract string getValidatedStatus ( ) | ||
return | string | The name that correspond to 'published' status for the content model |
---|
public abstract string getValidatorRole ( ) | ||
return | string | The name of model validator role |
---|