Class AssetSetLastModifiedProcess

  • All Implemented Interfaces:
    WorkflowProcess

    @Service
    @Property(name="process.label",
              value="Set Last Modified")
    public class AssetSetLastModifiedProcess
    extends AbstractAssetWorkflowProcess
    The 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
    See Also:
    AbstractAssetWorkflowProcess
    • Constructor Detail

      • AssetSetLastModifiedProcess

        public AssetSetLastModifiedProcess()