DriveContext
instead.public final class Context extends Object
Constructor and Description |
---|
Context(com.orchestranetworks.service.Session session,
com.onwbp.adaptation.Adaptation userDataset,
com.orchestranetworks.schema.Path fieldPath,
String baseURL)
Deprecated.
Instantiates a new
Context . |
Modifier and Type | Method and Description |
---|---|
String |
getBaseURL()
Deprecated.
Returns the base URL.
|
com.onwbp.adaptation.Adaptation |
getDAMConfigurationDataset()
Deprecated.
Returns the TIBCO EBX™ Digital Asset Manager Add-on configuration dataset.
|
com.onwbp.adaptation.AdaptationHome |
getDAMDataspace()
Deprecated.
Returns the TIBCO EBX™ Digital Asset Manager Add-on configuration dataspace.
|
com.onwbp.adaptation.Adaptation |
getDigitalAssetComponent()
Deprecated.
Returns the digital asset component record of the media field.
|
com.onwbp.adaptation.Adaptation |
getDriveRecord()
Deprecated.
Returns the drive record of the media field.
|
com.orchestranetworks.service.Session |
getSession()
Deprecated.
Returns the current session context.
|
public Context(com.orchestranetworks.service.Session session, com.onwbp.adaptation.Adaptation userDataset, com.orchestranetworks.schema.Path fieldPath, String baseURL)
Context
.session
- the current session contextuserDataset
- the dataset that is using the {addon.label}fieldPath
- the path of the field being attachedbaseURL
- the base URL of your host. For example, if the full URL is: https://www.abc.com/webapp1/test. The baseURL will be: https://www.abc.compublic com.orchestranetworks.service.Session getSession()
public String getBaseURL()
public com.onwbp.adaptation.Adaptation getDriveRecord()
public com.onwbp.adaptation.Adaptation getDigitalAssetComponent()
public com.onwbp.adaptation.AdaptationHome getDAMDataspace()
public com.onwbp.adaptation.Adaptation getDAMConfigurationDataset()