public abstract class AbstractCreateODFContentByCopyFunction extends CreateContentByCopyFunction
Modifier and Type | Field and Description |
---|---|
protected ODFHelper |
_odfHelper
ODF helper
|
_copyContentMetadataHelper, _cTypesHelper, _i18nUtils, BASE_CONTENT_ID, BASE_CONTENT_KEY, COPY_MAP_KEY, COPY_METADATASET_NAME, COPY_METADATASET_TYPE, COPY_REPORT_KEY
_contentTypeEP, _contentTypeHelper, _observationManager, _resolver, CONTENT_LANGUAGE_KEY, CONTENT_MIXINS_KEY, CONTENT_NAME_KEY, CONTENT_TITLE_KEY, CONTENT_TITLE_VARIANTS_KEY, CONTENT_TYPES_KEY, PARENT_CONTENT_ID_KEY, PARENT_CONTENT_METADATA_PATH_KEY
_contentHelper, CONTENT_KEY
_logger, _manager, CONTEXT_PARAMETERS_KEY, FAIL_CONDITIONS_KEY, RESULT_MAP_KEY, WORKFLOW_ERRORS_KEY, WORKFLOW_WARNS_KEY
Constructor and Description |
---|
AbstractCreateODFContentByCopyFunction() |
Modifier and Type | Method and Description |
---|---|
protected ModifiableWorkflowAwareContent |
_createContent(Map transientVars,
String desiredContentName,
ModifiableTraversableAmetysObject contentsNode)
Create the content object.
|
protected abstract String |
_getContentNamePrefix()
Get the prefix for content name
|
protected AmetysObjectCollection<?,ModifiableWorkflowAwareContent> |
_getContentRoot(Map transientVars)
Retrieve the content root.
|
protected abstract String |
_getNodeType()
Get the content node type
|
void |
service(ServiceManager manager) |
_buildCopyMap, _populateAdditionalData, execute, getBaseContentForCopy
_eventParamsForContentAdded, _getNonNullVar, _getObjectType, _getSubContentRoot, _isMultilingual, _notifyContentAdded, _populateContent, _setTitle, getSystemUser
getContent
addWorkflowError, addWorkflowWarning, enableLogging, getConditionFailures, getContextParameters, getResultsMap, getUser
protected ODFHelper _odfHelper
public AbstractCreateODFContentByCopyFunction()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
service
in class CreateContentByCopyFunction
ServiceException
protected AmetysObjectCollection<?,ModifiableWorkflowAwareContent> _getContentRoot(Map transientVars) throws com.opensymphony.workflow.WorkflowException
CreateContentFunction
_getContentRoot
in class CreateContentFunction
transientVars
- the workflow parameters.com.opensymphony.workflow.WorkflowException
- if an error occursprotected ModifiableWorkflowAwareContent _createContent(Map transientVars, String desiredContentName, ModifiableTraversableAmetysObject contentsNode)
CreateContentFunction
_createContent
in class CreateContentFunction
transientVars
- the workflow parameters.desiredContentName
- the desired content name.contentsNode
- the content root node in the repository.protected abstract String _getContentNamePrefix()
protected abstract String _getNodeType()