protected static class AbstractImportCDMFrComponent.ContentWorkflowDescription extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_contentType |
private int |
_initialActionId |
private int |
_validationActionId |
private String |
_workflowName |
Constructor and Description |
---|
ContentWorkflowDescription(String contentType,
String workflowName,
int initialActionId,
int validationActionId) |
Modifier and Type | Method and 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.
|
private String _contentType
private String _workflowName
private int _initialActionId
private int _validationActionId
ContentWorkflowDescription(String contentType, String workflowName, int initialActionId, int validationActionId)
public String getContentType()
public String getWorkflowName()
public int getInitialActionId()
public int getValidationActionId()