Class EditAssetServiceSpec
java.lang.Object
com.orchestranetworks.addon.dama.servicecomponent.EditAssetServiceSpec
Defines the features of the 'Edit digital asset' service.
- Since:
- 1.3.0
-
Constructor Summary
ConstructorDescriptionEditAssetServiceSpec
(DigitalAssetKey digitalAssetKey, com.onwbp.adaptation.Adaptation userDataset, com.orchestranetworks.schema.Path fieldPath, boolean isReadOnly) Instantiates a newEditAssetServiceSpec
. -
Method Summary
Modifier and TypeMethodDescriptionGets the digital asset key.com.orchestranetworks.schema.Path
Gets the field path.com.onwbp.adaptation.Adaptation
Gets the user dataset.boolean
Checks if is read only is selected.
-
Constructor Details
-
EditAssetServiceSpec
public EditAssetServiceSpec(DigitalAssetKey digitalAssetKey, com.onwbp.adaptation.Adaptation userDataset, com.orchestranetworks.schema.Path fieldPath, boolean isReadOnly) Instantiates a newEditAssetServiceSpec
.- Parameters:
digitalAssetKey
- theDigitalAssetKey
of 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 Details
-
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.
-