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
_contentType
private int
_initialActionId
private int
_validationActionId
private 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 String
getContentType()
Get the content type.int
getInitialActionId()
Get the initial action ID.int
getValidationActionId()
Get the validation action ID.String
getWorkflowName()
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
-
-