|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface QueryClause
This abstract type represents types that are used to define the transformations that are performed. These include types that subset, group and order data.
Attributes of QueryClause are:
Associations of QueryClause 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(); QueryClause myObject = (QueryClause) factory.createComplexMetadataObject(objectStore, "QueryClause_Object", MetadataObjects.QUERYCLAUSE, "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_COLUMNS_NAME
Constant used for the name of the Columns association. |
static java.lang.String |
ASSOCIATION_SOURCECODE_NAME
Constant used for the name of the SourceCode association. |
| 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 AssociationList |
getColumns()
Gets the AssociationList of Columns |
abstract AssociationList |
getColumns(boolean fGoToServer)
Gets the Associationlist of Columns |
abstract Text |
getSourceCode()
Gets the Text for SourceCode |
abstract AssociationList |
getSourceCodes()
Gets the AssociationList of SourceCodes |
abstract AssociationList |
getSourceCodes(boolean fGoToServer)
Gets the Associationlist of SourceCodes |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: ColumnsSourceCode |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setColumns(AssociationList list)
Sets the Columns list to be list. |
abstract void |
setColumns(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setSourceCode(Text inObject)
Sets the SourceCodes list 0th element to be inObject. |
abstract void |
setSourceCodes(AssociationList list)
Sets the SourceCodes list to be list. |
abstract void |
setSourceCodes(AssociationList list,
int state)
Sets the SourceCodes list to be list. |
| 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_COLUMNS_NAME
Columns: The columns used in this clause.
static final java.lang.String ASSOCIATION_SOURCECODE_NAME
SourceCode: The stored code for this query clause.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface RootinitializeRequiredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
ColumnsSourceCode
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface RootinitializePredObjects in interface SecondaryTypejava.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getColumns()
throws java.rmi.RemoteException,
MdException
Columns
Columns 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 getSourceCodes()
throws java.rmi.RemoteException,
MdException
SourceCodes
SourceCodes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException
Text getSourceCode()
throws java.rmi.RemoteException,
MdException
Text for SourceCode
Text ( null if not set) of SourceCodewhich 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 getColumns(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
Columns
fGoToServer - boolean Get the value from the server.
Columns 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 getSourceCodes(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
SourceCodes
fGoToServer - boolean Get the value from the server.
SourceCodes 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 setColumns(AssociationList list)
throws java.rmi.RemoteException
Columns list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setColumns(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSourceCodes(AssociationList list)
throws java.rmi.RemoteException
SourceCodes list to be list. Object of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setSourceCodes(AssociationList list,
int state)
throws java.rmi.RemoteException
SourceCodes list to be list. Object of which can be of type:
list - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSourceCode(Text inObject)
throws java.rmi.RemoteException
SourceCodes list 0th element to be inObject.
inObject - Text
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 | |||||||||||||