Interface SASLibrary
- All Superinterfaces:
CMetadata,DeployedDataPackage,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,RelationalSchema,Remote,Root
- All Known Subinterfaces:
SecuredLibrary
Attributes of SASLibrary are:
Associations of SASLibrary are:
Usage
To create an instance of this SASLibrary, use thefactory
create methods. Example: create a SASLibrary with name "SASLibrary_Object", in repository "AAAAAAAA".
// create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); SASLibrary myObject = (SASLibrary) factory.createComplexMetadataObject(objectStore, "SASLibrary_Object", MetadataObjects.SASLIBRARY, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
Behavior
- Attributes and associations for this object can be retrieved by using the methods in
MdOMIUtil. - When changes are made to the object, either by setting an attribute or adding objects to a particular association,
they can be persisted to the metadata server with the
updateMetadataAllmethod. - If an object needs to be deleted, the
deletemethod can be used. This will flag the object as being deleted on the client, and will require an update call to persist the change to the server.
Dependencies
This class depends on objects being contained in an MdObjectStore. Object stores should be disposed of when they are no longer needed as this will help clean up memory. Disposing an object store will dispose of all objects contained within that store.- Since:
- 9.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant used for the name of the DefaultLogin association.static final StringConstant used for the name of the LibraryConnection association.static final StringConstant used for the name of the SASCatalogs association.static final StringConstant used for the name of the Engine attribute.static final StringConstant used for the name of the IsDBMSLibname attribute.static final StringConstant used for the name of the IsPreassigned attribute.static final StringConstant used for the name of the Libref attribute.Fields inherited from interface com.sas.metadata.remote.DeployedDataPackage
ASSOCIATION_ALIASES_NAME, ASSOCIATION_ALIASFOR_NAME, ASSOCIATION_DEPLOYEDCOMPONENTS_NAME, ASSOCIATION_TABLECOLLECTIONS_NAME, ASSOCIATION_USEDBYPACKAGES_NAME, ASSOCIATION_USINGPACKAGES_NAMEFields inherited from interface com.sas.metadata.remote.MdObjectBase
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAMEFields inherited from interface com.sas.metadata.remote.PrimaryType
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAMEFields inherited from interface com.sas.metadata.remote.RelationalSchema
ASSOCIATION_SCHEMAPACKAGE_NAME, ASSOCIATION_TABLES_NAMEFields inherited from interface com.sas.metadata.remote.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets theLoginforDefaultLoginGets the AssociationList ofDefaultLoginsgetDefaultLogins(boolean fGoToServer) Gets the Associationlist ofDefaultLoginsStringGets theStringvalue ofEngineintGets the maximum length ofEngineintGets the Metadata State ofEngineintGets theintvalue ofIsDBMSLibnameintGets the Metadata State ofIsDBMSLibnameintGets theintvalue ofIsPreassignedintGets the Metadata State ofIsPreassignedGets theSASClientConnectionforLibraryConnectionGets the AssociationList ofLibraryConnectionsgetLibraryConnections(boolean fGoToServer) Gets the Associationlist ofLibraryConnectionsStringGets theStringvalue ofLibrefintGets the maximum length ofLibrefintGets the Metadata State ofLibrefGets the AssociationList ofSASCatalogsgetSASCatalogs(boolean fGoToServer) Gets the Associationlist ofSASCatalogsvoid(S) Adds the Associated objects to the predObjects which are:
DefaultLogin
LibraryConnection
SASCatalogsvoid(S) This initializes the Required Objects(Roles) which are:voidsetDefaultLogin(Login inObject) Sets theDefaultLoginslist 0th element to beinObject.voidSets theDefaultLoginslist to belist.voidsetDefaultLogins(AssociationList list, int state) Sets theDefaultLoginslist to belist.voidsetEngine(String inEngine) Sets theEnginevalue and sets the state to MetadataState.LOCAL.voidsetEngine(String inEngine, int state) Sets theEngineMetadata State.voidsetEngineState(int state) Sets the Metadata State ofEngine.voidsetIsDBMSLibname(int inIsDBMSLibname) Sets theIsDBMSLibnamevalue and sets the state to MetadataState.LOCAL.voidsetIsDBMSLibname(int inIsDBMSLibname, int state) Sets theIsDBMSLibnameMetadata State.voidsetIsDBMSLibname(String inIsDBMSLibname) Sets theIsDBMSLibnamevalue and sets the state to MetadataState.LOCAL.voidsetIsDBMSLibname(String inIsDBMSLibname, int state) Sets theIsDBMSLibnamevalue and Metadata State.voidsetIsDBMSLibnameState(int state) Sets the Metadata State ofIsDBMSLibname.voidsetIsPreassigned(int inIsPreassigned) Sets theIsPreassignedvalue and sets the state to MetadataState.LOCAL.voidsetIsPreassigned(int inIsPreassigned, int state) Sets theIsPreassignedMetadata State.voidsetIsPreassigned(String inIsPreassigned) Sets theIsPreassignedvalue and sets the state to MetadataState.LOCAL.voidsetIsPreassigned(String inIsPreassigned, int state) Sets theIsPreassignedvalue and Metadata State.voidsetIsPreassignedState(int state) Sets the Metadata State ofIsPreassigned.voidsetLibraryConnection(SASClientConnection inObject) Sets theLibraryConnectionslist 0th element to beinObject.voidSets theLibraryConnectionslist to belist.voidsetLibraryConnections(AssociationList list, int state) Sets theLibraryConnectionslist to belist.voidsetLibref(String inLibref) Sets theLibrefvalue and sets the state to MetadataState.LOCAL.voidsetLibref(String inLibref, int state) Sets theLibrefMetadata State.voidsetLibrefState(int state) Sets the Metadata State ofLibref.voidSets theSASCatalogslist to belist.voidsetSASCatalogs(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListMethods inherited from interface com.sas.metadata.remote.DeployedDataPackage
getAliases, getAliases, getAliasFor, getAliasFors, getAliasFors, getDeployedComponents, getDeployedComponents, getTableCollections, getTableCollections, getUsedByPackages, getUsedByPackages, getUsingPackages, getUsingPackages, setAliases, setAliases, setAliasFor, setAliasFors, setAliasFors, setDeployedComponents, setDeployedComponents, setTableCollections, setTableCollections, setUsedByPackages, setUsedByPackages, setUsingPackages, setUsingPackagesMethods inherited from interface com.sas.metadata.remote.MdObjectBase
addElementToChangeList, clearChangeList, getChangeList, getCMetadataType, getDesc, getDescMaxLength, getDescState, getFQID, getId, getIdState, getMetadataCreated, getMetadataCreatedState, getMetadataUpdated, getMetadataUpdatedState, getName, getNameMaxLength, getNameState, getObjectStore, getPredAssociations, getRepositoryID, getRequiredAssociations, getState, isAssociationRequired, isNewObject, isPredAssociation, removeElementFromChangeList, resetObject, resetState, resetStates, setCMetadataType, setDesc, setDesc, setDescState, setFQID, setFQID, setId, setId, setIdState, setMetadataCreated, setMetadataCreated, setMetadataCreatedState, setMetadataUpdated, setMetadataUpdated, setMetadataUpdatedState, setName, setName, setNameState, setObjectStore, setStateMethods inherited from interface com.sas.metadata.remote.MdObjectBaseUtil
addMdObjectListener, delete, dispose, fireMdObjectModified, getAssociatedObjects, getAssociatedObjects, getAssociatedObjects, getAssociationNames, getAssocs, getAssocsWA, getAttributeNames, getAttrs, getAttrsStates, getAuthorizationUtil, getChangeManagementState, getChgMgtExternalIdentityImportType, getClientSideOnlyObject, getMdObjectAssociation, getPopulatedAssocs, getUpdatedAttrs, getViewList, isCheckedOut, isLocked, objectModified, removeMdObjectListener, setAttrs, setChangeManagementTargetRepository, setChgMgtExternalIdentityImportType, setClientSideOnlyObject, setMdObjectAssociation, touch, updateAssnsIdsMethods inherited from interface com.sas.metadata.remote.MdObjectBaseXML
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAllMethods inherited from interface com.sas.metadata.remote.PrimaryType
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeStateMethods inherited from interface com.sas.metadata.remote.RelationalSchema
getSchemaPackage, getSchemaPackages, getSchemaPackages, getTables, getTables, setSchemaPackage, setSchemaPackages, setSchemaPackages, setTables, setTablesMethods inherited from interface com.sas.metadata.remote.Root
getAccessControls, getAccessControls, getChanges, getChanges, getChangeState, getChangeStateMaxLength, getChangeStateState, getCustomAssociations, getCustomAssociations, getDocuments, getDocuments, getExtensions, getExtensions, getExternalIdentities, getExternalIdentities, getGroups, getGroups, getImplementors, getImplementors, getKeywords, getKeywords, getLocalizedAttributes, getLocalizedAttributes, getLockedBy, getLockedByMaxLength, getLockedByState, getNotes, getNotes, getPrimaryPropertyGroup, getPrimaryPropertyGroups, getPrimaryPropertyGroups, getPrompts, getPrompts, getProperties, getProperties, getPropertySets, getPropertySets, getReferencedObjects, getReferencedObjects, getResponsibleParties, getResponsibleParties, getSourceTransformations, getSourceTransformations, getSpecSourceTransformations, getSpecSourceTransformations, getSpecTargetTransformations, getSpecTargetTransformations, getTargetTransformations, getTargetTransformations, getTimestamps, getTimestamps, getTrees, getTrees, getTSObjectNamespace, getTSObjectNamespaces, getTSObjectNamespaces, getUsageVersion, getUsageVersionState, getUsedByPrototypes, getUsedByPrototypes, getUsingPrototype, getUsingPrototypes, getUsingPrototypes, getVariables, getVariables, setAccessControls, setAccessControls, setChanges, setChanges, setChangeState, setChangeState, setChangeStateState, setCustomAssociations, setCustomAssociations, setDocuments, setDocuments, setExtensions, setExtensions, setExternalIdentities, setExternalIdentities, setGroups, setGroups, setImplementors, setImplementors, setKeywords, setKeywords, setLocalizedAttributes, setLocalizedAttributes, setLockedBy, setLockedBy, setLockedByState, setNotes, setNotes, setPrimaryPropertyGroup, setPrimaryPropertyGroups, setPrimaryPropertyGroups, setPrompts, setPrompts, setProperties, setProperties, setPropertySets, setPropertySets, setReferencedObjects, setReferencedObjects, setResponsibleParties, setResponsibleParties, setSourceTransformations, setSourceTransformations, setSpecSourceTransformations, setSpecSourceTransformations, setSpecTargetTransformations, setSpecTargetTransformations, setTargetTransformations, setTargetTransformations, setTimestamps, setTimestamps, setTrees, setTrees, setTSObjectNamespace, setTSObjectNamespaces, setTSObjectNamespaces, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersion, setUsageVersionState, setUsedByPrototypes, setUsedByPrototypes, setUsingPrototype, setUsingPrototypes, setUsingPrototypes, setVariables, setVariables
-
Field Details
-
ATTRIBUTE_ISDBMSLIBNAME_NAME
static final String ATTRIBUTE_ISDBMSLIBNAME_NAMEConstant used for the name of the IsDBMSLibname attribute.IsDBMSLibname: A boolean that indicates whether this library uses a connection to an external database server.
- See Also:
-
ATTRIBUTE_ENGINE_NAME
static final String ATTRIBUTE_ENGINE_NAMEConstant used for the name of the Engine attribute.Engine: The engine specification used by the SAS LIBNAME statement.
- See Also:
-
ATTRIBUTE_LIBREF_NAME
static final String ATTRIBUTE_LIBREF_NAMEConstant used for the name of the Libref attribute.Libref: The libref used by the SAS LIBNAME statement.
- See Also:
-
ATTRIBUTE_ISPREASSIGNED_NAME
static final String ATTRIBUTE_ISPREASSIGNED_NAMEConstant used for the name of the IsPreassigned attribute.IsPreassigned: This boolean indicates whether the library is pre-assigned in the SAS session. If true, the other attributes of this object that contain information used by a LIBNAME statement may be provided for documentation purposes only but is not required to access the library, because the LIBNAME has been assigned via some other mechanism.
- See Also:
-
ASSOCIATION_DEFAULTLOGIN_NAME
static final String ASSOCIATION_DEFAULTLOGIN_NAMEConstant used for the name of the DefaultLogin association.DefaultLogin: The default login to use for this library.
- See Also:
-
ASSOCIATION_LIBRARYCONNECTION_NAME
static final String ASSOCIATION_LIBRARYCONNECTION_NAMEConstant used for the name of the LibraryConnection association.LibraryConnection: The connection to a DBMS server or a SAS server.
- See Also:
-
ASSOCIATION_SASCATALOGS_NAME
static final String ASSOCIATION_SASCATALOGS_NAMEConstant used for the name of the SASCatalogs association.SASCatalogs: The catalogs contained in this library.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- Specified by:
initializeRequiredObjectsin interfaceDeployedDataPackage- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfacePrimaryType- Specified by:
initializeRequiredObjectsin interfaceRelationalSchema- Specified by:
initializeRequiredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
initializePredObjects
void initializePredObjects() throws RemoteException(S) Adds the Associated objects to the predObjects which are:
DefaultLogin
LibraryConnection
SASCatalogs- Specified by:
initializePredObjectsin interfaceDeployedDataPackage- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRelationalSchema- Specified by:
initializePredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsDBMSLibname
int getIsDBMSLibname() throws RemoteExceptionGets theintvalue ofIsDBMSLibname- Returns:
- The
IsDBMSLibname - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsDBMSLibnameState
int getIsDBMSLibnameState() throws RemoteExceptionGets the Metadata State ofIsDBMSLibname- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getEngine
String getEngine() throws RemoteExceptionGets theStringvalue ofEngine- Returns:
- The
Engine - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getEngineState
int getEngineState() throws RemoteExceptionGets the Metadata State ofEngine- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getEngineMaxLength
int getEngineMaxLength() throws RemoteExceptionGets the maximum length ofEngine- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLibref
String getLibref() throws RemoteExceptionGets theStringvalue ofLibref- Returns:
- The
Libref - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLibrefState
int getLibrefState() throws RemoteExceptionGets the Metadata State ofLibref- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getLibrefMaxLength
int getLibrefMaxLength() throws RemoteExceptionGets the maximum length ofLibref- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsPreassigned
int getIsPreassigned() throws RemoteExceptionGets theintvalue ofIsPreassigned- Returns:
- The
IsPreassigned - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsPreassignedState
int getIsPreassignedState() throws RemoteExceptionGets the Metadata State ofIsPreassigned- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDefaultLogins
Gets the AssociationList ofDefaultLogins- Returns:
- Returns the AssociationList of
DefaultLoginswhich can be of type:
Login - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getDefaultLogin
Gets theLoginforDefaultLogin- Returns:
- The
Login(nullif not set) ofDefaultLoginwhich can be of type:
Login - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getLibraryConnections
Gets the AssociationList ofLibraryConnections- Returns:
- Returns the AssociationList of
LibraryConnectionswhich can be of type:
SASClientConnection - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getLibraryConnection
Gets theSASClientConnectionforLibraryConnection- Returns:
- The
SASClientConnection(nullif not set) ofLibraryConnectionwhich can be of type:
SASClientConnection - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSASCatalogs
Gets the AssociationList ofSASCatalogs- Returns:
- Returns the AssociationList of
SASCatalogswhich can be of type:
SASCatalog - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDefaultLogins
Gets the Associationlist ofDefaultLogins- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
DefaultLoginswhich can be of type:
Login - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getLibraryConnections
Gets the Associationlist ofLibraryConnections- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
LibraryConnectionswhich can be of type:
SASClientConnection - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSASCatalogs
Gets the Associationlist ofSASCatalogs- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
SASCatalogswhich can be of type:
SASCatalog - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setIsDBMSLibname
void setIsDBMSLibname(int inIsDBMSLibname) throws RemoteException Sets theIsDBMSLibnamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsDBMSLibname- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSLibname
void setIsDBMSLibname(int inIsDBMSLibname, int state) throws RemoteException Sets theIsDBMSLibnameMetadata State.- Parameters:
inIsDBMSLibname- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSLibname
void setIsDBMSLibname(String inIsDBMSLibname) throws RemoteException Sets theIsDBMSLibnamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsDBMSLibname- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSLibname
void setIsDBMSLibname(String inIsDBMSLibname, int state) throws RemoteException Sets theIsDBMSLibnamevalue and Metadata State.- Parameters:
inIsDBMSLibname- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSLibnameState
void setIsDBMSLibnameState(int state) throws RemoteException Sets the Metadata State ofIsDBMSLibname.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setEngine
void setEngine(String inEngine) throws RemoteException Sets theEnginevalue and sets the state to MetadataState.LOCAL.- Parameters:
inEngine- String- Throws:
RemoteException- If error communicating with remote object.
-
setEngine
void setEngine(String inEngine, int state) throws RemoteException Sets theEngineMetadata State.- Parameters:
inEngine- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setEngineState
void setEngineState(int state) throws RemoteException Sets the Metadata State ofEngine.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setLibref
void setLibref(String inLibref) throws RemoteException Sets theLibrefvalue and sets the state to MetadataState.LOCAL.- Parameters:
inLibref- String- Throws:
RemoteException- If error communicating with remote object.
-
setLibref
void setLibref(String inLibref, int state) throws RemoteException Sets theLibrefMetadata State.- Parameters:
inLibref- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLibrefState
void setLibrefState(int state) throws RemoteException Sets the Metadata State ofLibref.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsPreassigned
void setIsPreassigned(int inIsPreassigned) throws RemoteException Sets theIsPreassignedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsPreassigned- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsPreassigned
void setIsPreassigned(int inIsPreassigned, int state) throws RemoteException Sets theIsPreassignedMetadata State.- Parameters:
inIsPreassigned- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsPreassigned
void setIsPreassigned(String inIsPreassigned) throws RemoteException Sets theIsPreassignedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsPreassigned- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsPreassigned
void setIsPreassigned(String inIsPreassigned, int state) throws RemoteException Sets theIsPreassignedvalue and Metadata State.- Parameters:
inIsPreassigned- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsPreassignedState
void setIsPreassignedState(int state) throws RemoteException Sets the Metadata State ofIsPreassigned.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setDefaultLogins
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setDefaultLogins
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setDefaultLogin
Sets theDefaultLoginslist 0th element to beinObject.- Parameters:
inObject- Login- Throws:
RemoteException- If error communicating with remote object.
-
setLibraryConnections
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setLibraryConnections
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setLibraryConnection
Sets theLibraryConnectionslist 0th element to beinObject.- Parameters:
inObject- SASClientConnection- Throws:
RemoteException- If error communicating with remote object.
-
setSASCatalogs
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSASCatalogs
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-