Class EditAssetServiceSpec
- java.lang.Object
-
- com.orchestranetworks.addon.dama.servicecomponent.EditAssetServiceSpec
-
public final class EditAssetServiceSpec extends java.lang.ObjectDefines 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 newEditAssetServiceSpec.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DigitalAssetKeygetDigitalAssetKey()Gets the digital asset key.com.orchestranetworks.schema.PathgetFieldPath()Gets the field path.com.onwbp.adaptation.AdaptationgetUserDataset()Gets the user dataset.booleanisReadOnly()Checks if is read only is selected.
-
-
-
Constructor Detail
-
EditAssetServiceSpec
public EditAssetServiceSpec(DigitalAssetKey digitalAssetKey, com.onwbp.adaptation.Adaptation userDataset, com.orchestranetworks.schema.Path fieldPath, boolean isReadOnly)
Instantiates a newEditAssetServiceSpec.- Parameters:
digitalAssetKey- theDigitalAssetKeyof the assetuserDataset- the user datasetfieldPath- the field path in the schema of the Media type fieldisReadOnly- 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.
-
-