public final class EditAssetServiceSpec extends Object
Constructor and Description |
---|
EditAssetServiceSpec(DigitalAssetKey digitalAssetKey,
com.onwbp.adaptation.Adaptation userDataset,
com.orchestranetworks.schema.Path fieldPath,
boolean isReadOnly)
Instantiates a new
EditAssetServiceSpec . |
Modifier and Type | Method and Description |
---|---|
DigitalAssetKey |
getDigitalAssetKey()
Gets the digital asset key.
|
com.orchestranetworks.schema.Path |
getFieldPath()
Gets the field path.
|
com.onwbp.adaptation.Adaptation |
getUserDataset()
Gets the user dataset.
|
boolean |
isReadOnly()
Checks if is read only is selected.
|
public EditAssetServiceSpec(DigitalAssetKey digitalAssetKey, com.onwbp.adaptation.Adaptation userDataset, com.orchestranetworks.schema.Path fieldPath, boolean isReadOnly)
EditAssetServiceSpec
.digitalAssetKey
- the DigitalAssetKey
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 onlypublic DigitalAssetKey getDigitalAssetKey()
public com.onwbp.adaptation.Adaptation getUserDataset()
public com.orchestranetworks.schema.Path getFieldPath()
public boolean isReadOnly()