Class SyncContentProcess

  • All Implemented Interfaces:
    WorkflowProcess

    @Service
    @Property(name="process.label",
              value="Synchronize Content")
    @Deprecated
    public class SyncContentProcess
    extends AbstractAssetWorkflowProcess
    Deprecated.
    Since 6.3, this is sync mechanism is not used anymore. This implementation will be removed in future releases. The SyncContentProcess snycs the content below /content/dam in two selectable modes.

    Expects its Payload to point to a nt:folder

    Arguments:

    Prefix Description Example
    mode: one of the follwoing:
    • cleanup
    • sync
    The mode cleanup removes the Nodes in /content/dam structure that hava no counterpart in the /var structure The mode sync starts for any "nt:file" in the branch a Workflow with the WorkflowModel as given by the wfModelId argument and the "nt:file"'s path as payload
    mode:sync
    wfModelId: Idendifier of a WorkflowModel. This Workflow will be started on Assets added by this Process in mode sync.
    In mode clean this argument is ignored
    wfModelId:/etc/wokflow/models/syncmodell
    See Also:
    AbstractAssetWorkflowProcess
    • Constructor Detail

      • SyncContentProcess

        public SyncContentProcess()
        Deprecated.