Class EditAssetServiceSpec


  • public final class EditAssetServiceSpec
    extends java.lang.Object
    Defines the features of the 'Edit digital asset' service.
    Since:
    1.3.0
    • Constructor Summary

      Constructors 
      Constructor Description
      EditAssetServiceSpec​(DigitalAssetKey digitalAssetKey, com.onwbp.adaptation.Adaptation userDataset, com.orchestranetworks.schema.Path fieldPath, boolean isReadOnly)
      Instantiates a new EditAssetServiceSpec.
    • Constructor Detail

      • EditAssetServiceSpec

        public EditAssetServiceSpec​(DigitalAssetKey digitalAssetKey,
                                    com.onwbp.adaptation.Adaptation userDataset,
                                    com.orchestranetworks.schema.Path fieldPath,
                                    boolean isReadOnly)
        Instantiates a new EditAssetServiceSpec.
        Parameters:
        digitalAssetKey - the DigitalAssetKey of the asset
        userDataset - the user dataset
        fieldPath - the field path in the schema of the Media type field
        isReadOnly - determines whether the 'Edit digital asset' service allows users to edit, or is read only
    • Method Detail

      • getDigitalAssetKey

        public DigitalAssetKey getDigitalAssetKey()
        Gets the digital asset key.
      • getUserDataset

        public com.onwbp.adaptation.Adaptation getUserDataset()
        Gets the user dataset.
      • getFieldPath

        public com.orchestranetworks.schema.Path getFieldPath()
        Gets the field path.
      • isReadOnly

        public boolean isReadOnly()
        Checks if is read only is selected.