Class EditAssetServiceSpec

java.lang.Object
com.orchestranetworks.addon.dama.servicecomponent.EditAssetServiceSpec

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

    • 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 Details

    • 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.