com.sas.services.information.metadata
Interface GridApplicationInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, java.rmi.Remote
All Known Implementing Classes:
OMRGridApplication

public interface GridApplicationInterface
extends MetadataInterface


Field Summary
static java.lang.String GOS_FOLDER
           
static java.lang.String GRIDMGR_FOLDER
           
static java.lang.String GRIDSERVER
           
static java.lang.String IDENTITYTYPE
           
static java.lang.String PROPERTYSET
           
static java.lang.String SHAREDDATA_FOLDER
           
 
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
 java.util.List<java.util.HashMap<java.lang.String,java.lang.String>> getGOSRelatedObjects()
           
 java.util.List<com.sas.metadata.remote.ServerComponent> getGOSRelatedServers()
           
 java.util.List<java.lang.String> getGridOptions()
           
 java.util.List<java.lang.String> getRequiredResources()
           
 java.util.List<java.lang.String> getSASOptions()
           
 java.util.List<java.lang.String> getUserMappings()
           
 void setGridOptions(java.util.List<java.lang.String> gridOptions)
           
 void setRequiredResources(java.util.List<java.lang.String> resources)
           
 void setSASOptions(java.util.List<java.lang.String> SASOptions)
           
 void setUserMappings(java.util.List<java.lang.String> users)
           
 
Methods inherited from interface com.sas.services.information.metadata.MetadataInterface
add, addAccessControl, addAttribute, addAttributes, addDocument, addExtension, addGroup, addImplementor, addKeyword, addNoteTextStore, addNoteTextStore, addObjectProperty, addObjectProperty, addPermissions, addPrompt, addPropertySet, addRemark, addResponsibleParty, addTransactionListener, addUsedByPrototype, checkin, checkout, commit, copyTo, countAssociatedObjects, delete, deleteAttribute, deleteAttributes, destroy, getAccessControls, getAttribute, getAttributes, getAuthorizationUtil, getCreateDate, getCreatedBy, getDescription, getDocuments, getEntityKey, getEntityURL, getExtensions, getGroups, getGUID, getIdentities, getImplementors, getKeywords, getLockedBy, getModifiedBy, getModifyDate, getNoteTextStore, getNoteTextStores, getNoteTextStoresByRole, getObjectProperties, getParent, getParentPath, getParents, getPath, getPaths, getPermission, getPermissions, getPermissions, getPreviousVersionNames, getPrimaryPropertyGroup, getPrompt, getPrompts, getPropertyBag, getPropertySets, getRemarksList, getReposId, getRepository, getRepositoryEntity, getRepositoryName, getReposKey, getResponsibleParties, getState, getTrackingId, getType, getUsageVersion, getUsedByPrototypes, getUsingPrototype, getVersion, isAuthorized, isCompatible, isDeleted, isDestroyed, isLoggingEnabled, isObjectAlive, isReadCompatible, logMessage, mapNameToFilesystem, mapUrlToFilesystem, moveTo, newServiceObject, refresh, removeAccessControl, removeDocument, removeExtension, removeGroup, removeImplementor, removeKeyword, removeNoteTextStore, removeObjectProperty, removePermissions, removePrompt, removePropertySet, removeResponsibleParty, removeResponsiblePartyByIdentity, removeUsedByPrototype, rollback, setAttribute, setAttributes, setDeleted, setDescription, setDocuments, setExtensions, setGroups, setGUID, setKeywords, setName, setNoteTextStores, setObjectProperties, setPermission, setPrimaryPropertyGroup, setPrompt, setPrompts, setRemarksList, setRepository, setUsingPrototype, startTransaction, toByteArray, transactionEvent, uncheckout, update, updateFromBag, version
 
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor
 

Field Detail

IDENTITYTYPE

static final java.lang.String IDENTITYTYPE
See Also:
Constant Field Values

PROPERTYSET

static final java.lang.String PROPERTYSET
See Also:
Constant Field Values

GRIDSERVER

static final java.lang.String GRIDSERVER
See Also:
Constant Field Values

SHAREDDATA_FOLDER

static final java.lang.String SHAREDDATA_FOLDER
See Also:
Constant Field Values

GRIDMGR_FOLDER

static final java.lang.String GRIDMGR_FOLDER
See Also:
Constant Field Values

GOS_FOLDER

static final java.lang.String GOS_FOLDER
See Also:
Constant Field Values
Method Detail

getRequiredResources

java.util.List<java.lang.String> getRequiredResources()
                                                      throws ServiceException,
                                                             java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

setRequiredResources

void setRequiredResources(java.util.List<java.lang.String> resources)
                          throws ServiceException,
                                 java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

getGridOptions

java.util.List<java.lang.String> getGridOptions()
                                                throws ServiceException,
                                                       java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

setGridOptions

void setGridOptions(java.util.List<java.lang.String> gridOptions)
                    throws ServiceException,
                           java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

getSASOptions

java.util.List<java.lang.String> getSASOptions()
                                               throws ServiceException,
                                                      java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

setSASOptions

void setSASOptions(java.util.List<java.lang.String> SASOptions)
                   throws ServiceException,
                          java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

getUserMappings

java.util.List<java.lang.String> getUserMappings()
                                                 throws ServiceException,
                                                        java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

setUserMappings

void setUserMappings(java.util.List<java.lang.String> users)
                     throws ServiceException,
                            java.rmi.RemoteException
Throws:
ServiceException
java.rmi.RemoteException

getGOSRelatedServers

java.util.List<com.sas.metadata.remote.ServerComponent> getGOSRelatedServers()
                                                                             throws java.rmi.RemoteException,
                                                                                    com.sas.metadata.remote.MdException
Throws:
java.rmi.RemoteException
com.sas.metadata.remote.MdException

getGOSRelatedObjects

java.util.List<java.util.HashMap<java.lang.String,java.lang.String>> getGOSRelatedObjects()
                                                                                          throws java.rmi.RemoteException,
                                                                                                 com.sas.metadata.remote.MdException,
                                                                                                 ServiceException
Throws:
java.rmi.RemoteException
com.sas.metadata.remote.MdException
ServiceException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.