public class AssetSetLastModifiedProcess extends AbstractAssetWorkflowProcess
AssetSetLastModifiedProcess sets the last modified
properties of the Asset. These are the
jcr:lastModified and jcr:lastModifiedBy
Properties of Asset's Node and its MetaData
"dc:modified" value.
In addition custom properties for the modification date and modifier can be set.
Arguments:
| Prefix | Description | Example |
| relativeLastModifiedPath: | A path pointing to a Property that may store a
Calendar. The Asset's Content Node will be take as
root for the relative Path |
relativeLastModifiedPath:myModificationDate |
| relativeLastModifiedByPath: | A path pointing to a Property that may store a
String. The Asset's Content Node will be take as root for the relative Path |
relativeLastModifiedByPath:myModifier |
AbstractAssetWorkflowProcess| Modifier and Type | Class and Description |
|---|---|
static class |
AssetSetLastModifiedProcess.Arguments
The available arguments to this process implementation.
|
TYPE_JCR_PATH| Constructor and Description |
|---|
AssetSetLastModifiedProcess() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
buildArguments(MetaDataMap metaData) |
void |
execute(WorkItem workItem,
WorkflowSession workflowSession,
MetaDataMap metaData) |
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"