Interface AssetFactory

    • Field Detail

      • WORKFLOW_MODE_FACTORY_CONTROLLED

        static final int WORKFLOW_MODE_FACTORY_CONTROLLED
        When creating assets with this factory the workflow associated with this factory will be used.
        See Also:
        Constant Field Values
      • WORKFLOW_MODE_FOLDER_CONTROLLED

        static final int WORKFLOW_MODE_FOLDER_CONTROLLED
        When creating assets with this factory the workflow associated with the folder the asset is placed into will be used.
        See Also:
        Constant Field Values
      • WORKFLOW_MODE_NONE

        static final int WORKFLOW_MODE_NONE
        No workflow will be used when creating assets with this asset factory.
        See Also:
        Constant Field Values
    • Method Detail

      • getBaseAsset

        FolderContainedAsset getBaseAsset()
        Get the asset this AssetFactory is based on, or null if this AssetFactory does not have a base asset.
        Returns:
        the base asset or null if none is defined.
      • getWorkflowMode

        int getWorkflowMode()
        Returns a workflow mode set integer in this Asset Factory (AssetFactory.WORKFLOW_MODE_FACTORY_CONTROLLED or AssetFactory.WORKFLOW_MODE_FOLDER_CONTROLLED or AssetFactory.WORKFLOW_MODE_NONE)
        Returns: