Interface PhysicalTable
- All Superinterfaces:
Classifier,CMetadata,DataTable,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,RelationalTable,Remote,Root
- All Known Subinterfaces:
SecuredTable,WorkTable
Attributes of PhysicalTable are:
Associations of PhysicalTable are:
Usage
To create an instance of this PhysicalTable, use thefactory
create methods. Example: create a PhysicalTable with name "PhysicalTable_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(); PhysicalTable myObject = (PhysicalTable) factory.createComplexMetadataObject(objectStore, "PhysicalTable_Object", MetadataObjects.PHYSICALTABLE, "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 Aggregations association.static final StringConstant used for the name of the Indexes association.static final StringConstant used for the name of the ReachThruCubes association.static final StringConstant used for the name of the SASPasswords association.static final StringConstant used for the name of the TrainedModelResults association.static final StringConstant used for the name of the DBMSType attribute.static final StringConstant used for the name of the IsCompressed attribute.static final StringConstant used for the name of the IsDBMSView attribute.static final StringConstant used for the name of the IsEncrypted attribute.static final StringConstant used for the name of the SASTableName attribute.Fields inherited from interface com.sas.metadata.remote.Classifier
ASSOCIATION_SOURCECLASSIFIERMAPS_NAME, ASSOCIATION_TARGETCLASSIFIERMAPS_NAMEFields inherited from interface com.sas.metadata.remote.DataTable
ASSOCIATION_COLUMNHIERARCHIES_NAME, ASSOCIATION_COLUMNS_NAME, ASSOCIATION_FOREIGNKEYS_NAME, ASSOCIATION_ROLES_NAME, ASSOCIATION_TABLECOLLECTIONS_NAME, ASSOCIATION_TABLEPACKAGE_NAME, ASSOCIATION_UNIQUEKEYS_NAME, ATTRIBUTE_NUMROWS_NAME, ATTRIBUTE_TABLENAME_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.RelationalTable
ASSOCIATION_ANALYTICTABLES_NAME, ASSOCIATION_ASSOCIATEDXMLMAP_NAME, ASSOCIATION_MODELRESULTS_NAME, ASSOCIATION_XPATHS_NAME, ATTRIBUTE_MEMBERTYPE_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 the AssociationList ofAggregationsgetAggregations(boolean fGoToServer) Gets the Associationlist ofAggregationsStringGets theStringvalue ofDBMSTypeintGets the maximum length ofDBMSTypeintGets the Metadata State ofDBMSTypeGets the AssociationList ofIndexesgetIndexes(boolean fGoToServer) Gets the Associationlist ofIndexesintGets theintvalue ofIsCompressedintGets the Metadata State ofIsCompressedintGets theintvalue ofIsDBMSViewintGets the Metadata State ofIsDBMSViewintGets theintvalue ofIsEncryptedintGets the Metadata State ofIsEncryptedGets the Association list ofReachThruCubesgetReachThruCubes(boolean fGoToServer) Gets the Associationlist ofReachThruCubesGets the AssociationList ofSASPasswordsgetSASPasswords(boolean fGoToServer) Gets the Associationlist ofSASPasswordsStringGets theStringvalue ofSASTableNameintGets the maximum length ofSASTableNameintGets the Metadata State ofSASTableNameGets the AssociationList ofTrainedModelResultsgetTrainedModelResults(boolean fGoToServer) Gets the Associationlist ofTrainedModelResultsvoid(S) Adds the Associated objects to the predObjects which are:
Aggregations
Indexes
SASPasswords
TrainedModelResultsvoid(S) This initializes the Required Objects(Roles) which are:voidSets theAggregationslist to belist.voidsetAggregations(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetDBMSType(String inDBMSType) Sets theDBMSTypevalue and sets the state to MetadataState.LOCAL.voidsetDBMSType(String inDBMSType, int state) Sets theDBMSTypeMetadata State.voidsetDBMSTypeState(int state) Sets the Metadata State ofDBMSType.voidsetIndexes(AssociationList list) Sets theIndexeslist to belist.voidsetIndexes(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetIsCompressed(int inIsCompressed) Sets theIsCompressedvalue and sets the state to MetadataState.LOCAL.voidsetIsCompressed(int inIsCompressed, int state) Sets theIsCompressedMetadata State.voidsetIsCompressed(String inIsCompressed) Sets theIsCompressedvalue and sets the state to MetadataState.LOCAL.voidsetIsCompressed(String inIsCompressed, int state) Sets theIsCompressedvalue and Metadata State.voidsetIsCompressedState(int state) Sets the Metadata State ofIsCompressed.voidsetIsDBMSView(int inIsDBMSView) Sets theIsDBMSViewvalue and sets the state to MetadataState.LOCAL.voidsetIsDBMSView(int inIsDBMSView, int state) Sets theIsDBMSViewMetadata State.voidsetIsDBMSView(String inIsDBMSView) Sets theIsDBMSViewvalue and sets the state to MetadataState.LOCAL.voidsetIsDBMSView(String inIsDBMSView, int state) Sets theIsDBMSViewvalue and Metadata State.voidsetIsDBMSViewState(int state) Sets the Metadata State ofIsDBMSView.voidsetIsEncrypted(int inIsEncrypted) Sets theIsEncryptedvalue and sets the state to MetadataState.LOCAL.voidsetIsEncrypted(int inIsEncrypted, int state) Sets theIsEncryptedMetadata State.voidsetIsEncrypted(String inIsEncrypted) Sets theIsEncryptedvalue and sets the state to MetadataState.LOCAL.voidsetIsEncrypted(String inIsEncrypted, int state) Sets theIsEncryptedvalue and Metadata State.voidsetIsEncryptedState(int state) Sets the Metadata State ofIsEncrypted.voidSets theReachThruCubeslist to belist.voidsetReachThruCubes(AssociationList inObjects, int state) Sets the entire ReachThruCubes list to match the passed in AssociationList, sets the state of the ReachThruCubesvoidSets theSASPasswordslist to belist.voidsetSASPasswords(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetSASTableName(String inSASTableName) Sets theSASTableNamevalue and sets the state to MetadataState.LOCAL.voidsetSASTableName(String inSASTableName, int state) Sets theSASTableNameMetadata State.voidsetSASTableNameState(int state) Sets the Metadata State ofSASTableName.voidSets theTrainedModelResultslist to belist.voidsetTrainedModelResults(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.Classifier
getSourceClassifierMaps, getSourceClassifierMaps, getTargetClassifierMaps, getTargetClassifierMaps, setSourceClassifierMaps, setSourceClassifierMaps, setTargetClassifierMaps, setTargetClassifierMapsMethods inherited from interface com.sas.metadata.remote.DataTable
getColumnHierarchies, getColumnHierarchies, getColumns, getColumns, getForeignKeys, getForeignKeys, getNumRows, getNumRowsState, getRoles, getRoles, getTableCollections, getTableCollections, getTableName, getTableNameMaxLength, getTableNameState, getTablePackage, getTablePackages, getTablePackages, getUniqueKeys, getUniqueKeys, setColumnHierarchies, setColumnHierarchies, setColumns, setColumns, setForeignKeys, setForeignKeys, setNumRows, setNumRows, setNumRows, setNumRows, setNumRowsState, setRoles, setRoles, setTableCollections, setTableCollections, setTableName, setTableName, setTableNameState, setTablePackage, setTablePackages, setTablePackages, setUniqueKeys, setUniqueKeysMethods 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.RelationalTable
getAnalyticTables, getAnalyticTables, getAssociatedXMLMap, getAssociatedXMLMaps, getAssociatedXMLMaps, getMemberType, getMemberTypeMaxLength, getMemberTypeState, getModelResults, getModelResults, getXPaths, getXPaths, setAnalyticTables, setAnalyticTables, setAssociatedXMLMap, setAssociatedXMLMaps, setAssociatedXMLMaps, setMemberType, setMemberType, setMemberTypeState, setModelResults, setModelResults, setXPaths, setXPathsMethods 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_ISCOMPRESSED_NAME
static final String ATTRIBUTE_ISCOMPRESSED_NAMEConstant used for the name of the IsCompressed attribute.IsCompressed: This attribute indicates whether this table is compressed or not.
- See Also:
-
ATTRIBUTE_ISENCRYPTED_NAME
static final String ATTRIBUTE_ISENCRYPTED_NAMEConstant used for the name of the IsEncrypted attribute.IsEncrypted: Is the table encrypted?
- See Also:
-
ATTRIBUTE_DBMSTYPE_NAME
static final String ATTRIBUTE_DBMSTYPE_NAMEConstant used for the name of the DBMSType attribute.DBMSType: If this table resides in a DBMS, this attribute describes the type of the DBMS. These types are the same as the SAS engine types.
- See Also:
-
ATTRIBUTE_SASTABLENAME_NAME
static final String ATTRIBUTE_SASTABLENAME_NAMEConstant used for the name of the SASTableName attribute.SASTableName: This is the name that SAS software uses to refer to the table. Typically the SAS name is 32 characters in length and conforms to the SAS naming restrictions, for example, no space or special characters.
This attribute can support mixed case names, and special characters and spaces in the text, if there is a property set and one or two properties are configured on the table to indicate that this table requires special handling for its names. In order to support special characters and spaces, as well case-sensitive names in the text of this attribute, a PropertySet must be attached to the table. The PropertySet is named DBMSNames with a SetRole=DBMSNames. This set can contain two properties; Case and SpecChar. Case is used to indicate if the values in teh SASTableName/SASColumnName attribute are case-sensitive or not. SpecChar is used to indicate if the values in the SASTableName/SASColumnName can contain special characters including spaces.- See Also:
-
ATTRIBUTE_ISDBMSVIEW_NAME
static final String ATTRIBUTE_ISDBMSVIEW_NAMEConstant used for the name of the IsDBMSView attribute.IsDBMSView: This attribute indicates that this physical table object represents a view in the DBMS.
- See Also:
-
ASSOCIATION_AGGREGATIONS_NAME
static final String ASSOCIATION_AGGREGATIONS_NAMEConstant used for the name of the Aggregations association.Aggregations: The aggregations associated with this table.
- See Also:
-
ASSOCIATION_INDEXES_NAME
static final String ASSOCIATION_INDEXES_NAMEConstant used for the name of the Indexes association.Indexes: The list of indexes for this table.
- See Also:
-
ASSOCIATION_SASPASSWORDS_NAME
static final String ASSOCIATION_SASPASSWORDS_NAMEConstant used for the name of the SASPasswords association.SASPasswords: The list of passwords used with this table.
- See Also:
-
ASSOCIATION_TRAINEDMODELRESULTS_NAME
static final String ASSOCIATION_TRAINEDMODELRESULTS_NAMEConstant used for the name of the TrainedModelResults association.TrainedModelResults: The mining results associated with this training table.
- See Also:
-
ASSOCIATION_REACHTHRUCUBES_NAME
static final String ASSOCIATION_REACHTHRUCUBES_NAMEConstant used for the name of the ReachThruCubes association.ReachThruCubes: The cubes that use this table for reachthru.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- Specified by:
initializeRequiredObjectsin interfaceClassifier- Specified by:
initializeRequiredObjectsin interfaceDataTable- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfacePrimaryType- Specified by:
initializeRequiredObjectsin interfaceRelationalTable- 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:
Aggregations
Indexes
SASPasswords
TrainedModelResults- Specified by:
initializePredObjectsin interfaceClassifier- Specified by:
initializePredObjectsin interfaceDataTable- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRelationalTable- Specified by:
initializePredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsCompressed
int getIsCompressed() throws RemoteExceptionGets theintvalue ofIsCompressed- Returns:
- The
IsCompressed - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsCompressedState
int getIsCompressedState() throws RemoteExceptionGets the Metadata State ofIsCompressed- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsEncrypted
int getIsEncrypted() throws RemoteExceptionGets theintvalue ofIsEncrypted- Returns:
- The
IsEncrypted - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsEncryptedState
int getIsEncryptedState() throws RemoteExceptionGets the Metadata State ofIsEncrypted- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDBMSType
String getDBMSType() throws RemoteExceptionGets theStringvalue ofDBMSType- Returns:
- The
DBMSType - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDBMSTypeState
int getDBMSTypeState() throws RemoteExceptionGets the Metadata State ofDBMSType- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDBMSTypeMaxLength
int getDBMSTypeMaxLength() throws RemoteExceptionGets the maximum length ofDBMSType- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSASTableName
String getSASTableName() throws RemoteExceptionGets theStringvalue ofSASTableName- Returns:
- The
SASTableName - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSASTableNameState
int getSASTableNameState() throws RemoteExceptionGets the Metadata State ofSASTableName- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSASTableNameMaxLength
int getSASTableNameMaxLength() throws RemoteExceptionGets the maximum length ofSASTableName- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsDBMSView
int getIsDBMSView() throws RemoteExceptionGets theintvalue ofIsDBMSView- Returns:
- The
IsDBMSView - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsDBMSViewState
int getIsDBMSViewState() throws RemoteExceptionGets the Metadata State ofIsDBMSView- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAggregations
Gets the AssociationList ofAggregations- Returns:
- Returns the AssociationList of
Aggregationswhich can be of type:
Aggregation - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getIndexes
Gets the AssociationList ofIndexes- Returns:
- Returns the AssociationList of
Indexeswhich can be of type:
Index - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSASPasswords
Gets the AssociationList ofSASPasswords- Returns:
- Returns the AssociationList of
SASPasswordswhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTrainedModelResults
Gets the AssociationList ofTrainedModelResults- Returns:
- Returns the AssociationList of
TrainedModelResultswhich can be of type:
MiningResult - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getReachThruCubes
Gets the Association list ofReachThruCubes- Returns:
- The AssociationList of
ReachThruCubeswhich can be of type:
Cube - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getAggregations
Gets the Associationlist ofAggregations- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
Aggregationswhich can be of type:
Aggregation - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getIndexes
Gets the Associationlist ofIndexes- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
Indexeswhich can be of type:
Index - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSASPasswords
Gets the Associationlist ofSASPasswords- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
SASPasswordswhich can be of type:
SASPassword - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTrainedModelResults
Gets the Associationlist ofTrainedModelResults- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
TrainedModelResultswhich can be of type:
MiningResult - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getReachThruCubes
Gets the Associationlist ofReachThruCubes- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
ReachThruCubeswhich can be of type:
Cube - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setIsCompressed
void setIsCompressed(int inIsCompressed) throws RemoteException Sets theIsCompressedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsCompressed- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsCompressed
void setIsCompressed(int inIsCompressed, int state) throws RemoteException Sets theIsCompressedMetadata State.- Parameters:
inIsCompressed- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsCompressed
void setIsCompressed(String inIsCompressed) throws RemoteException Sets theIsCompressedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsCompressed- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsCompressed
void setIsCompressed(String inIsCompressed, int state) throws RemoteException Sets theIsCompressedvalue and Metadata State.- Parameters:
inIsCompressed- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsCompressedState
void setIsCompressedState(int state) throws RemoteException Sets the Metadata State ofIsCompressed.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsEncrypted
void setIsEncrypted(int inIsEncrypted) throws RemoteException Sets theIsEncryptedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsEncrypted- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsEncrypted
void setIsEncrypted(int inIsEncrypted, int state) throws RemoteException Sets theIsEncryptedMetadata State.- Parameters:
inIsEncrypted- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsEncrypted
void setIsEncrypted(String inIsEncrypted) throws RemoteException Sets theIsEncryptedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsEncrypted- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsEncrypted
void setIsEncrypted(String inIsEncrypted, int state) throws RemoteException Sets theIsEncryptedvalue and Metadata State.- Parameters:
inIsEncrypted- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsEncryptedState
void setIsEncryptedState(int state) throws RemoteException Sets the Metadata State ofIsEncrypted.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setDBMSType
void setDBMSType(String inDBMSType) throws RemoteException Sets theDBMSTypevalue and sets the state to MetadataState.LOCAL.- Parameters:
inDBMSType- String- Throws:
RemoteException- If error communicating with remote object.
-
setDBMSType
void setDBMSType(String inDBMSType, int state) throws RemoteException Sets theDBMSTypeMetadata State.- Parameters:
inDBMSType- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setDBMSTypeState
void setDBMSTypeState(int state) throws RemoteException Sets the Metadata State ofDBMSType.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setSASTableName
void setSASTableName(String inSASTableName) throws RemoteException Sets theSASTableNamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inSASTableName- String- Throws:
RemoteException- If error communicating with remote object.
-
setSASTableName
void setSASTableName(String inSASTableName, int state) throws RemoteException Sets theSASTableNameMetadata State.- Parameters:
inSASTableName- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSASTableNameState
void setSASTableNameState(int state) throws RemoteException Sets the Metadata State ofSASTableName.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSView
void setIsDBMSView(int inIsDBMSView) throws RemoteException Sets theIsDBMSViewvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsDBMSView- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSView
void setIsDBMSView(int inIsDBMSView, int state) throws RemoteException Sets theIsDBMSViewMetadata State.- Parameters:
inIsDBMSView- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSView
void setIsDBMSView(String inIsDBMSView) throws RemoteException Sets theIsDBMSViewvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsDBMSView- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSView
void setIsDBMSView(String inIsDBMSView, int state) throws RemoteException Sets theIsDBMSViewvalue and Metadata State.- Parameters:
inIsDBMSView- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsDBMSViewState
void setIsDBMSViewState(int state) throws RemoteException Sets the Metadata State ofIsDBMSView.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setAggregations
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setAggregations
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.
-
setIndexes
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setIndexes
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.
-
setSASPasswords
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSASPasswords
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.
-
setTrainedModelResults
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTrainedModelResults
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.
-
setReachThruCubes
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setReachThruCubes
Sets the entire ReachThruCubes list to match the passed in AssociationList, sets the state of the ReachThruCubes- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-