|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface AbstractTransformation
The parent type for transformation types. Transformation types are used to document transformation of data. This includes extraction, transformation, and loading of data, stored procedures, and logical to physical mappings. AbstractTransformation is a supertype that defines common attributes and associations that are shared by metadata types that describe the steps and activities in the transformation process.
This metadata type should not be instantiated. Instead, use the appropriate subtype to represent the steps and activities in a transformation.Attributes of AbstractTransformation are:
Associations of AbstractTransformation are:
ComputeLocationsConditionActionSetsDeployedComponentsSourceCodeSourceSpecificationsTargetSpecificationsTransformationSourcesCustomizersSubstitutionVariablesTransformationTargetsTriggeredEventsTriggeringEventsfactory
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(); AbstractTransformation myObject = (AbstractTransformation) factory.createComplexMetadataObject(objectStore, "AbstractTransformation_Object", MetadataObjects.ABSTRACTTRANSFORMATION, "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_COMPUTELOCATIONS_NAME
Constant used for the name of the ComputeLocations association. |
static java.lang.String |
ASSOCIATION_CONDITIONACTIONSETS_NAME
Constant used for the name of the ConditionActionSets association. |
static java.lang.String |
ASSOCIATION_CUSTOMIZERS_NAME
Constant used for the name of the Customizers association. |
static java.lang.String |
ASSOCIATION_DEPLOYEDCOMPONENTS_NAME
Constant used for the name of the DeployedComponents association. |
static java.lang.String |
ASSOCIATION_SOURCECODE_NAME
Constant used for the name of the SourceCode association. |
static java.lang.String |
ASSOCIATION_SOURCESPECIFICATIONS_NAME
Constant used for the name of the SourceSpecifications association. |
static java.lang.String |
ASSOCIATION_SUBSTITUTIONVARIABLES_NAME
Constant used for the name of the SubstitutionVariables association. |
static java.lang.String |
ASSOCIATION_TARGETSPECIFICATIONS_NAME
Constant used for the name of the TargetSpecifications association. |
static java.lang.String |
ASSOCIATION_TRANSFORMATIONSOURCES_NAME
Constant used for the name of the TransformationSources association. |
static java.lang.String |
ASSOCIATION_TRANSFORMATIONTARGETS_NAME
Constant used for the name of the TransformationTargets association. |
static java.lang.String |
ASSOCIATION_TRIGGEREDEVENTS_NAME
Constant used for the name of the TriggeredEvents association. |
static java.lang.String |
ASSOCIATION_TRIGGERINGEVENTS_NAME
Constant used for the name of the TriggeringEvents association. |
static java.lang.String |
ATTRIBUTE_ISACTIVE_NAME
Constant used for the name of the IsActive attribute. |
static java.lang.String |
ATTRIBUTE_ISUSERDEFINED_NAME
Constant used for the name of the IsUserDefined attribute. |
static java.lang.String |
ATTRIBUTE_TRANSFORMROLE_NAME
Constant used for the name of the TransformRole attribute. |
| 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 AssociationList |
getComputeLocations()
Gets the AssociationList of ComputeLocations |
abstract AssociationList |
getComputeLocations(boolean fGoToServer)
Gets the Associationlist of ComputeLocations |
abstract AssociationList |
getConditionActionSets()
Gets the AssociationList of ConditionActionSets |
abstract AssociationList |
getConditionActionSets(boolean fGoToServer)
Gets the Associationlist of ConditionActionSets |
abstract AssociationList |
getCustomizers()
Gets the Association list of Customizers |
abstract AssociationList |
getCustomizers(boolean fGoToServer)
Gets the Associationlist of Customizers |
abstract AssociationList |
getDeployedComponents()
Gets the AssociationList of DeployedComponents |
abstract AssociationList |
getDeployedComponents(boolean fGoToServer)
Gets the Associationlist of DeployedComponents |
abstract int |
getIsActive()
Gets the int value of IsActive |
abstract int |
getIsActiveState()
Gets the Metadata State of IsActive |
abstract int |
getIsUserDefined()
Gets the int value of IsUserDefined |
abstract int |
getIsUserDefinedState()
Gets the Metadata State of IsUserDefined |
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 AssociationList |
getSourceSpecifications()
Gets the AssociationList of SourceSpecifications |
abstract AssociationList |
getSourceSpecifications(boolean fGoToServer)
Gets the Associationlist of SourceSpecifications |
abstract AssociationList |
getSubstitutionVariables()
Gets the Association list of SubstitutionVariables |
abstract AssociationList |
getSubstitutionVariables(boolean fGoToServer)
Gets the Associationlist of SubstitutionVariables |
abstract AssociationList |
getTargetSpecifications()
Gets the AssociationList of TargetSpecifications |
abstract AssociationList |
getTargetSpecifications(boolean fGoToServer)
Gets the Associationlist of TargetSpecifications |
abstract AssociationList |
getTransformationSources()
Gets the AssociationList of TransformationSources |
abstract AssociationList |
getTransformationSources(boolean fGoToServer)
Gets the Associationlist of TransformationSources |
abstract AssociationList |
getTransformationTargets()
Gets the Association list of TransformationTargets |
abstract AssociationList |
getTransformationTargets(boolean fGoToServer)
Gets the Associationlist of TransformationTargets |
abstract java.lang.String |
getTransformRole()
Gets the String value of TransformRole |
abstract int |
getTransformRoleMaxLength()
Gets the maximum length of TransformRole |
abstract int |
getTransformRoleState()
Gets the Metadata State of TransformRole |
abstract AssociationList |
getTriggeredEvents()
Gets the Association list of TriggeredEvents |
abstract AssociationList |
getTriggeredEvents(boolean fGoToServer)
Gets the Associationlist of TriggeredEvents |
abstract AssociationList |
getTriggeringEvents()
Gets the Association list of TriggeringEvents |
abstract AssociationList |
getTriggeringEvents(boolean fGoToServer)
Gets the Associationlist of TriggeringEvents |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: ComputeLocationsConditionActionSetsDeployedComponentsSourceCodeSourceSpecificationsTargetSpecificationsTransformationSources |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setComputeLocations(AssociationList list)
Sets the ComputeLocations list to be list. |
abstract void |
setComputeLocations(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setConditionActionSets(AssociationList list)
Sets the ConditionActionSets list to be list. |
abstract void |
setConditionActionSets(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setCustomizers(AssociationList list)
Sets the Customizers list to be list. |
abstract void |
setCustomizers(AssociationList inObjects,
int state)
Sets the entire Customizers list to match the passed in AssociationList, sets the state of the Customizers |
abstract void |
setDeployedComponents(AssociationList list)
Sets the DeployedComponents list to be list. |
abstract void |
setDeployedComponents(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setIsActive(int inIsActive)
Sets the IsActive value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsActive(int inIsActive,
int state)
Sets the IsActive Metadata State. |
abstract void |
setIsActive(java.lang.String inIsActive)
Sets the IsActive value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsActive(java.lang.String inIsActive,
int state)
Sets the IsActive value and Metadata State. |
abstract void |
setIsActiveState(int state)
Sets the Metadata State of IsActive. |
abstract void |
setIsUserDefined(int inIsUserDefined)
Sets the IsUserDefined value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsUserDefined(int inIsUserDefined,
int state)
Sets the IsUserDefined Metadata State. |
abstract void |
setIsUserDefined(java.lang.String inIsUserDefined)
Sets the IsUserDefined value and sets the state to MetadataState.LOCAL. |
abstract void |
setIsUserDefined(java.lang.String inIsUserDefined,
int state)
Sets the IsUserDefined value and Metadata State. |
abstract void |
setIsUserDefinedState(int state)
Sets the Metadata State of IsUserDefined. |
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. |
abstract void |
setSourceSpecifications(AssociationList list)
Sets the SourceSpecifications list to be list. |
abstract void |
setSourceSpecifications(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setSubstitutionVariables(AssociationList list)
Sets the SubstitutionVariables list to be list. |
abstract void |
setSubstitutionVariables(AssociationList inObjects,
int state)
Sets the entire SubstitutionVariables list to match the passed in AssociationList, sets the state of the SubstitutionVariables |
abstract void |
setTargetSpecifications(AssociationList list)
Sets the TargetSpecifications list to be list. |
abstract void |
setTargetSpecifications(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setTransformationSources(AssociationList list)
Sets the TransformationSources list to be list. |
abstract void |
setTransformationSources(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setTransformationTargets(AssociationList list)
Sets the TransformationTargets list to be list. |
abstract void |
setTransformationTargets(AssociationList inObjects,
int state)
Sets the entire TransformationTargets list to match the passed in AssociationList, sets the state of the TransformationTargets |
abstract void |
setTransformRole(java.lang.String inTransformRole)
Sets the TransformRole value and sets the state to MetadataState.LOCAL. |
abstract void |
setTransformRole(java.lang.String inTransformRole,
int state)
Sets the TransformRole Metadata State. |
abstract void |
setTransformRoleState(int state)
Sets the Metadata State of TransformRole. |
abstract void |
setTriggeredEvents(AssociationList list)
Sets the TriggeredEvents list to be list. |
abstract void |
setTriggeredEvents(AssociationList inObjects,
int state)
Sets the entire TriggeredEvents list to match the passed in AssociationList, sets the state of the TriggeredEvents |
abstract void |
setTriggeringEvents(AssociationList list)
Sets the TriggeringEvents list to be list. |
abstract void |
setTriggeringEvents(AssociationList inObjects,
int state)
Sets the entire TriggeringEvents list to match the passed in AssociationList, sets the state of the TriggeringEvents |
| 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 ATTRIBUTE_ISACTIVE_NAME
IsActive: A boolean that indicates whether this process should be executed as part of the overall transformation flow. False means do not execute this process, true means execute this process. The default value is true.
static final java.lang.String ATTRIBUTE_TRANSFORMROLE_NAME
TransformRole: A standardized description of the function or context of this transformation.
static final java.lang.String ATTRIBUTE_ISUSERDEFINED_NAME
IsUserDefined: If this attribute is set to true, the associated source code should be used to perform the transformation. If the attribute is set to false the application may generate the necessary code.
static final java.lang.String ASSOCIATION_COMPUTELOCATIONS_NAME
ComputeLocations: The list of deployed components that may execute this process.
static final java.lang.String ASSOCIATION_CONDITIONACTIONSETS_NAME
ConditionActionSets: The condition action sets for this transformation.
static final java.lang.String ASSOCIATION_DEPLOYEDCOMPONENTS_NAME
DeployedComponents: The deployed components that use these processes as part of initialization.
static final java.lang.String ASSOCIATION_SOURCECODE_NAME
SourceCode: The source code for this transformation.
static final java.lang.String ASSOCIATION_SOURCESPECIFICATIONS_NAME
SourceSpecifications: The objects that describe the sources for this transformation. These are specifications of the sources, not the actual sources themselves.
static final java.lang.String ASSOCIATION_TARGETSPECIFICATIONS_NAME
TargetSpecifications: The objects that describe the targets for this transformation. These are specifications of the targets, not the actual sources themselves.
static final java.lang.String ASSOCIATION_TRANSFORMATIONSOURCES_NAME
TransformationSources: The set of inputs to the transformation.
static final java.lang.String ASSOCIATION_CUSTOMIZERS_NAME
Customizers: The software components that act as a customizer for this transformation.
static final java.lang.String ASSOCIATION_SUBSTITUTIONVARIABLES_NAME
SubstitutionVariables: The variables associated with this transformation.
static final java.lang.String ASSOCIATION_TRANSFORMATIONTARGETS_NAME
TransformationTargets: The set of results from the transformation.
static final java.lang.String ASSOCIATION_TRIGGEREDEVENTS_NAME
TriggeredEvents: The events that are triggered by these transforms.
static final java.lang.String ASSOCIATION_TRIGGERINGEVENTS_NAME
TriggeringEvents: The events that trigger this transform.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects 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
ComputeLocationsConditionActionSetsDeployedComponentsSourceCodeSourceSpecificationsTargetSpecificationsTransformationSources
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsActive()
throws java.rmi.RemoteException
int value of IsActive
IsActive
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsActiveState()
throws java.rmi.RemoteException
IsActive
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getTransformRole()
throws java.rmi.RemoteException
String value of TransformRole
TransformRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getTransformRoleState()
throws java.rmi.RemoteException
TransformRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getTransformRoleMaxLength()
throws java.rmi.RemoteException
TransformRole
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsUserDefined()
throws java.rmi.RemoteException
int value of IsUserDefined
IsUserDefined
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getIsUserDefinedState()
throws java.rmi.RemoteException
IsUserDefined
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getComputeLocations()
throws java.rmi.RemoteException,
MdException
ComputeLocations
ComputeLocations 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 getConditionActionSets()
throws java.rmi.RemoteException,
MdException
ConditionActionSets
ConditionActionSets 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 getDeployedComponents()
throws java.rmi.RemoteException,
MdException
DeployedComponents
DeployedComponents 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 getSourceSpecifications()
throws java.rmi.RemoteException,
MdException
SourceSpecifications
SourceSpecifications 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 getTargetSpecifications()
throws java.rmi.RemoteException,
MdException
TargetSpecifications
TargetSpecifications 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 getTransformationSources()
throws java.rmi.RemoteException,
MdException
TransformationSources
TransformationSources 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 getCustomizers()
throws java.rmi.RemoteException,
MdException
Customizers
Customizers 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 getSubstitutionVariables()
throws java.rmi.RemoteException,
MdException
SubstitutionVariables
SubstitutionVariables 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 getTransformationTargets()
throws java.rmi.RemoteException,
MdException
TransformationTargets
TransformationTargets 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 getTriggeredEvents()
throws java.rmi.RemoteException,
MdException
TriggeredEvents
TriggeredEvents 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 getTriggeringEvents()
throws java.rmi.RemoteException,
MdException
TriggeringEvents
TriggeringEvents 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 getComputeLocations(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
ComputeLocations
fGoToServer - boolean Get the value from the server.
ComputeLocations 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 getConditionActionSets(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
ConditionActionSets
fGoToServer - boolean Get the value from the server.
ConditionActionSets 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 getDeployedComponents(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
DeployedComponents
fGoToServer - boolean Get the value from the server.
DeployedComponents 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.
AssociationList getSourceSpecifications(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
SourceSpecifications
fGoToServer - boolean Get the value from the server.
SourceSpecifications 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 getTargetSpecifications(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
TargetSpecifications
fGoToServer - boolean Get the value from the server.
TargetSpecifications 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 getTransformationSources(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
TransformationSources
fGoToServer - boolean Get the value from the server.
TransformationSources 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 getCustomizers(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
Customizers
fGoToServer - boolean Get the value from the server.
Customizers 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 getSubstitutionVariables(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
SubstitutionVariables
fGoToServer - boolean Get the value from the server.
SubstitutionVariables 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 getTransformationTargets(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
TransformationTargets
fGoToServer - boolean Get the value from the server.
TransformationTargets 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 getTriggeredEvents(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
TriggeredEvents
fGoToServer - boolean Get the value from the server.
TriggeredEvents 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 getTriggeringEvents(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
TriggeringEvents
fGoToServer - boolean Get the value from the server.
TriggeringEvents 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 setIsActive(int inIsActive)
throws java.rmi.RemoteException
IsActive value and sets the state to MetadataState.LOCAL.
inIsActive - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsActive(int inIsActive,
int state)
throws java.rmi.RemoteException
IsActive Metadata State.
inIsActive - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsActive(java.lang.String inIsActive)
throws java.rmi.RemoteException
IsActive value and sets the state to MetadataState.LOCAL.
inIsActive - String
java.rmi.RemoteException - If error communicating with remote object.
void setIsActive(java.lang.String inIsActive,
int state)
throws java.rmi.RemoteException
IsActive value and Metadata State.
inIsActive - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsActiveState(int state)
throws java.rmi.RemoteException
IsActive.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setTransformRole(java.lang.String inTransformRole)
throws java.rmi.RemoteException
TransformRole value and sets the state to MetadataState.LOCAL.
inTransformRole - String
java.rmi.RemoteException - If error communicating with remote object.
void setTransformRole(java.lang.String inTransformRole,
int state)
throws java.rmi.RemoteException
TransformRole Metadata State.
inTransformRole - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setTransformRoleState(int state)
throws java.rmi.RemoteException
TransformRole.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsUserDefined(int inIsUserDefined)
throws java.rmi.RemoteException
IsUserDefined value and sets the state to MetadataState.LOCAL.
inIsUserDefined - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsUserDefined(int inIsUserDefined,
int state)
throws java.rmi.RemoteException
IsUserDefined Metadata State.
inIsUserDefined - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsUserDefined(java.lang.String inIsUserDefined)
throws java.rmi.RemoteException
IsUserDefined value and sets the state to MetadataState.LOCAL.
inIsUserDefined - String
java.rmi.RemoteException - If error communicating with remote object.
void setIsUserDefined(java.lang.String inIsUserDefined,
int state)
throws java.rmi.RemoteException
IsUserDefined value and Metadata State.
inIsUserDefined - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setIsUserDefinedState(int state)
throws java.rmi.RemoteException
IsUserDefined.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setComputeLocations(AssociationList list)
throws java.rmi.RemoteException
ComputeLocations list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setComputeLocations(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setConditionActionSets(AssociationList list)
throws java.rmi.RemoteException
ConditionActionSets list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setConditionActionSets(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setDeployedComponents(AssociationList list)
throws java.rmi.RemoteException
DeployedComponents list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setDeployedComponents(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.
void setSourceSpecifications(AssociationList list)
throws java.rmi.RemoteException
SourceSpecifications list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setSourceSpecifications(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setTargetSpecifications(AssociationList list)
throws java.rmi.RemoteException
TargetSpecifications list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setTargetSpecifications(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setTransformationSources(AssociationList list)
throws java.rmi.RemoteException
TransformationSources list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setTransformationSources(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizers(AssociationList list)
throws java.rmi.RemoteException
Customizers list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizers(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSubstitutionVariables(AssociationList list)
throws java.rmi.RemoteException
SubstitutionVariables list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setSubstitutionVariables(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setTransformationTargets(AssociationList list)
throws java.rmi.RemoteException
TransformationTargets list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setTransformationTargets(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setTriggeredEvents(AssociationList list)
throws java.rmi.RemoteException
TriggeredEvents list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setTriggeredEvents(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setTriggeringEvents(AssociationList list)
throws java.rmi.RemoteException
TriggeringEvents list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setTriggeringEvents(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
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 | |||||||||||||