|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ApplicationInterface
| Field Summary |
|---|
| 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.util.Map<java.lang.String,com.sas.services.security.ApplicationAuthorization> |
getActions()
Returns a map of all actions defined for the application. |
abstract ApplicationInterface |
getParentApplication()
Returns the parent application of this application or null if no parent is defined. |
abstract boolean |
isGridCapable()
Returns true if application is marked as a grid capable application. |
abstract void |
setGridCapable(boolean gridCapable)
Sets the gridCapable property for this application. |
| Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
|---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
| Method Detail |
|---|
ApplicationInterface getParentApplication()
throws ServiceException,
java.rmi.RemoteException
ServiceException - If a service level error occurs.
java.rmi.RemoteException - In the event of remote object failure.
java.util.Map<java.lang.String,com.sas.services.security.ApplicationAuthorization> getActions()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
boolean isGridCapable()
throws ServiceException,
java.rmi.RemoteException
ServiceException
java.rmi.RemoteException
void setGridCapable(boolean gridCapable)
throws ServiceException,
java.rmi.RemoteException
gridCapable -
ServiceException
java.rmi.RemoteException
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||