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_getNonNullVar, _getObjectType, _getSubContentRoot, _isMultilingual, _notifyContentAdded, _populateContent, _setTitle, getSystemUsergetContentaddWorkflowError, addWorkflowWarning, enableLogging, getConditionFailures, getContextParameters, getResultsMap, getUserprotected ODFHelper _odfHelper
public AbstractCreateODFContentByCopyFunction()
public void service(ServiceManager manager) throws ServiceException
service in interface Serviceableservice in class CreateContentByCopyFunctionServiceExceptionprotected AmetysObjectCollection<?,ModifiableWorkflowAwareContent> _getContentRoot(Map transientVars) throws com.opensymphony.workflow.WorkflowException
CreateContentFunction_getContentRoot in class CreateContentFunctiontransientVars - the workflow parameters.com.opensymphony.workflow.WorkflowException - if an error occursprotected ModifiableWorkflowAwareContent _createContent(Map transientVars, String desiredContentName, ModifiableTraversableAmetysObject contentsNode)
CreateContentFunction_createContent in class CreateContentFunctiontransientVars - the workflow parameters.desiredContentName - the desired content name.contentsNode - the content root node in the repository.protected abstract String _getContentNamePrefix()
protected abstract String _getNodeType()