|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface DirectiveInterface
This is the class for DirectiveInterface.
| Field Summary | |
|---|---|
static java.lang.String |
PUBLIC_TYPE
The public type of this object. |
static java.lang.String |
ROLE_DIRECTIVE
The Transform role of this object if is not a template. |
static java.lang.String |
ROLE_DIRECTIVE_TEMPLATE
The Transform role of this object if it is a template. |
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
|---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Method Summary | |
|---|---|
abstract java.net.URI |
getApplicationOpenURI()
Get the hosting application Web access URI for this object type. |
abstract java.net.URI |
getApplicationRestURI()
Get the hosting application REST API URI for this object type. |
abstract java.net.URI |
getExecutionURIById()
Get the URI used to execute a directive by internal identity. |
abstract java.net.URI |
getExecutionURIByPath()
Get the URI used to execute a directive by path. |
abstract java.lang.String |
getInternalIdentity()
Get the identity of this directive in the using application. |
abstract boolean |
isTemplate()
Get whether this object is a directive template or not. |
abstract void |
setInternalIdentity(java.lang.String internalId)
Set the identity of this directive in the using application. |
abstract void |
setTemplate(boolean bIsTemplate)
Set this object to be a template or not. |
| Methods inherited from interface com.sas.services.information.metadata.TransformationInterface |
|---|
getTransformationSources, getTransformRole |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Field Detail |
|---|
static final java.lang.String PUBLIC_TYPE
static final java.lang.String ROLE_DIRECTIVE
static final java.lang.String ROLE_DIRECTIVE_TEMPLATE
| Method Detail |
|---|
boolean isTemplate()
throws java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException - if error getting remote environment.
ServiceException
void setTemplate(boolean bIsTemplate)
throws java.rmi.RemoteException,
ServiceException
bIsTemplate - input boolean to set true for template, false otherwise.
java.rmi.RemoteException - if error getting remote environment.
ServiceException
java.lang.String getInternalIdentity()
throws java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException - if error getting remote environment.
ServiceException
void setInternalIdentity(java.lang.String internalId)
throws java.rmi.RemoteException,
ServiceException
internalId - the UUID/GUID of this directive.
java.rmi.RemoteException - if error getting remote environment.
ServiceException
java.net.URI getExecutionURIById()
throws java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException - if error contacting OMR
ServiceException - if error building up URI.
java.net.URI getExecutionURIByPath()
throws java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException - if error contacting OMR
ServiceException - if error building up URI.
java.net.URI getApplicationRestURI()
throws java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException - if error contacting OMR
ServiceException - if error building up URI.
java.net.URI getApplicationOpenURI()
throws java.rmi.RemoteException,
ServiceException
java.rmi.RemoteException - if error contacting OMR
ServiceException - if error building up URI.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||