public final class DriveContext extends Object
| Constructor and Description |
|---|
DriveContext(com.onwbp.adaptation.Adaptation dataset,
com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.schema.Path mediaPath,
com.orchestranetworks.service.Session session)
Initialize a new
DriveContext. |
DriveContext(com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.schema.Path mediaPath,
com.orchestranetworks.service.Session session)
Create a new
DriveContext. |
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.Adaptation |
getDataset()
Returns the user dataset.
|
String |
getDigitalAssetComponentId()
Returns the digital asset component id.
|
String |
getDriveId()
Returns the drive id referenced by the media field.
|
com.orchestranetworks.schema.Path |
getPath()
Returns the media path.
|
com.orchestranetworks.service.Session |
getSession()
Returns the EBX® session.
|
com.onwbp.adaptation.AdaptationTable |
getTable()
Returns the table that contains the media field.
|
public DriveContext(com.onwbp.adaptation.Adaptation dataset,
com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.schema.Path mediaPath,
com.orchestranetworks.service.Session session)
DriveContext.dataset - the user datasettable - the table containing the media fieldmediaPath - the media path. This must be the absolute path.session - the EBX® sessionpublic DriveContext(com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.schema.Path mediaPath,
com.orchestranetworks.service.Session session)
DriveContext.table - the table containing the media fieldmediaPath - the media path. This must be the absolute path.session - the current user sessionpublic String getDriveId()
public com.onwbp.adaptation.Adaptation getDataset()
public com.onwbp.adaptation.AdaptationTable getTable()
public com.orchestranetworks.schema.Path getPath()
public com.orchestranetworks.service.Session getSession()
public String getDigitalAssetComponentId()