Package com.orchestranetworks.addon.dama
Class EditAssetServiceSpec
java.lang.Object
com.orchestranetworks.addon.dama.EditAssetServiceSpec
Defines the features of the 'Edit digital asset' service.
- Since:
 - 1.3.0
 
- 
Constructor Summary
ConstructorsConstructorDescriptionEditAssetServiceSpec(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.PathGets the field path.com.onwbp.adaptation.AdaptationGets the user dataset.booleanChecks 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- 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 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. 
 -