|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ColumnHierarchy
Used to assign columns to a hierarchy for the associated data table.
Attributes of ColumnHierarchy are:
Associations of ColumnHierarchy are:
factory
create methods. // 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(); ColumnHierarchy myObject = (ColumnHierarchy) factory.createComplexMetadataObject(objectStore, "ColumnHierarchy_Object", MetadataObjects.COLUMNHIERARCHY, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil.
updateMetadataAll
method.
delete method 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.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_ASSOCIATEDDATATABLE_NAME
Constant used for the name of the AssociatedDataTable association. |
| Fields inherited from interface com.sas.metadata.remote.FeatureMap |
|---|
ASSOCIATION_ASSOCIATEDCLASSIFIERMAP_NAME, ASSOCIATION_FEATURESOURCES_NAME, ASSOCIATION_FEATURETARGETS_NAME |
| Fields inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAME |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract DataTable |
getAssociatedDataTable()
Gets the DataTable for AssociatedDataTable |
abstract AssociationList |
getAssociatedDataTables()
Gets the Association list of AssociatedDataTables |
abstract AssociationList |
getAssociatedDataTables(boolean fGoToServer)
Gets the Associationlist of AssociatedDataTables |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setAssociatedDataTable(DataTable inObject)
Sets the AssociatedDataTables list 0th element to be inObject. |
abstract void |
setAssociatedDataTables(AssociationList list)
Sets the AssociatedDataTables list to be list. |
abstract void |
setAssociatedDataTables(AssociationList list,
int state)
Sets the AssociatedDataTables list to be list. |
| Methods inherited from interface com.sas.metadata.remote.FeatureMap |
|---|
getAssociatedClassifierMap, getAssociatedClassifierMaps, getAssociatedClassifierMaps, getFeatureSources, getFeatureSources, getFeatureTargets, getFeatureTargets, setAssociatedClassifierMap, setAssociatedClassifierMaps, setAssociatedClassifierMaps, setFeatureSources, setFeatureSources, setFeatureTargets, setFeatureTargets |
| Methods inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ASSOCIATION_ASSOCIATEDDATATABLE_NAME
AssociatedDataTable: The data table associated with this column hierarchy.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface AbstractTransformationinitializeRequiredObjects in interface FeatureMapinitializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface PrimaryTypeinitializeRequiredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
initializePredObjects in interface AbstractTransformationinitializePredObjects in interface FeatureMapinitializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getAssociatedDataTables()
throws java.rmi.RemoteException,
MdException
AssociatedDataTables
AssociatedDataTables which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
DataTable getAssociatedDataTable()
throws java.rmi.RemoteException,
MdException
DataTable for AssociatedDataTable
DataTable ( null if not set ) of AssociatedDataTable which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getAssociatedDataTables(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
AssociatedDataTables
fGoToServer - boolean Get the value from the server.
AssociatedDataTables which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setAssociatedDataTables(AssociationList list)
throws java.rmi.RemoteException
AssociatedDataTables list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedDataTables(AssociationList list,
int state)
throws java.rmi.RemoteException
AssociatedDataTables list to be list. Objects of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setAssociatedDataTable(DataTable inObject)
throws java.rmi.RemoteException
AssociatedDataTables list 0th element to be inObject.
inObject - DataTable
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||