Class AbstractImportCDMFrComponent.ContentWorkflowDescription
- java.lang.Object
-
- org.ametys.plugins.odfsync.cdmfr.components.AbstractImportCDMFrComponent.ContentWorkflowDescription
-
- Enclosing class:
- AbstractImportCDMFrComponent
protected static class AbstractImportCDMFrComponent.ContentWorkflowDescription extends Object
Internal object to describe content workflow elements.
-
-
Field Summary
Fields Modifier and Type Field Description private String_contentTypeprivate int_initialActionIdprivate int_validationActionIdprivate String_workflowName
-
Constructor Summary
Constructors Constructor Description ContentWorkflowDescription(String contentType, String workflowName, int initialActionId, int validationActionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()Get the content type.intgetInitialActionId()Get the initial action ID.intgetValidationActionId()Get the validation action ID.StringgetWorkflowName()Get the workflow name.
-
-
-
Field Detail
-
_contentType
private String _contentType
-
_workflowName
private String _workflowName
-
_initialActionId
private int _initialActionId
-
_validationActionId
private int _validationActionId
-
-
Constructor Detail
-
ContentWorkflowDescription
ContentWorkflowDescription(String contentType, String workflowName, int initialActionId, int validationActionId)
-
-
Method Detail
-
getContentType
public String getContentType()
Get the content type.- Returns:
- the content type ID
-
getWorkflowName
public String getWorkflowName()
Get the workflow name.- Returns:
- the workflow name
-
getInitialActionId
public int getInitialActionId()
Get the initial action ID.- Returns:
- the initial action ID
-
getValidationActionId
public int getValidationActionId()
Get the validation action ID.- Returns:
- the validation action ID
-
-