Interface AbstractTransformation
- All Superinterfaces:
CMetadata,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,Remote,Root
- All Known Subinterfaces:
AbstractJob,ClassifierMap,ColumnHierarchy,FeatureMap,JFJob,Job,Join,MiningResult,Select,SyncStep,Transformation,TransformationActivity,TransformationStep
Attributes of AbstractTransformation are:
Associations of AbstractTransformation are:
ComputeLocationsConditionActionSetsDeployedComponentsSourceCodeSourceSpecificationsTargetSpecificationsTransformationSourcesCustomizersSubstitutionVariablesTransformationTargetsTriggeredEventsTriggeringEvents
Usage
To create an instance of this AbstractTransformation, use thefactory
create methods. Example: create a AbstractTransformation with name "AbstractTransformation_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(); 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
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 ComputeLocations association.static final StringConstant used for the name of the ConditionActionSets association.static final StringConstant used for the name of the Customizers association.static final StringConstant used for the name of the DeployedComponents association.static final StringConstant used for the name of the SourceCode association.static final StringConstant used for the name of the SourceSpecifications association.static final StringConstant used for the name of the SubstitutionVariables association.static final StringConstant used for the name of the TargetSpecifications association.static final StringConstant used for the name of the TransformationSources association.static final StringConstant used for the name of the TransformationTargets association.static final StringConstant used for the name of the TriggeredEvents association.static final StringConstant used for the name of the TriggeringEvents association.static final StringConstant used for the name of the IsActive attribute.static final StringConstant used for the name of the IsUserDefined attribute.static final StringConstant used for the name of the TransformRole attribute.Fields 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.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 ofComputeLocationsgetComputeLocations(boolean fGoToServer) Gets the Associationlist ofComputeLocationsGets the AssociationList ofConditionActionSetsgetConditionActionSets(boolean fGoToServer) Gets the Associationlist ofConditionActionSetsGets the Association list ofCustomizersgetCustomizers(boolean fGoToServer) Gets the Associationlist ofCustomizersGets the AssociationList ofDeployedComponentsgetDeployedComponents(boolean fGoToServer) Gets the Associationlist ofDeployedComponentsintGets theintvalue ofIsActiveintGets the Metadata State ofIsActiveintGets theintvalue ofIsUserDefinedintGets the Metadata State ofIsUserDefinedGets theTextforSourceCodeGets the AssociationList ofSourceCodesgetSourceCodes(boolean fGoToServer) Gets the Associationlist ofSourceCodesGets the AssociationList ofSourceSpecificationsgetSourceSpecifications(boolean fGoToServer) Gets the Associationlist ofSourceSpecificationsGets the Association list ofSubstitutionVariablesgetSubstitutionVariables(boolean fGoToServer) Gets the Associationlist ofSubstitutionVariablesGets the AssociationList ofTargetSpecificationsgetTargetSpecifications(boolean fGoToServer) Gets the Associationlist ofTargetSpecificationsGets the AssociationList ofTransformationSourcesgetTransformationSources(boolean fGoToServer) Gets the Associationlist ofTransformationSourcesGets the Association list ofTransformationTargetsgetTransformationTargets(boolean fGoToServer) Gets the Associationlist ofTransformationTargetsStringGets theStringvalue ofTransformRoleintGets the maximum length ofTransformRoleintGets the Metadata State ofTransformRoleGets the Association list ofTriggeredEventsgetTriggeredEvents(boolean fGoToServer) Gets the Associationlist ofTriggeredEventsGets the Association list ofTriggeringEventsgetTriggeringEvents(boolean fGoToServer) Gets the Associationlist ofTriggeringEventsvoid(S) Adds the Associated objects to the predObjects which are:
ComputeLocations
ConditionActionSets
DeployedComponents
SourceCode
SourceSpecifications
TargetSpecifications
TransformationSourcesvoid(S) This initializes the Required Objects(Roles) which are:voidSets theComputeLocationslist to belist.voidsetComputeLocations(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theConditionActionSetslist to belist.voidsetConditionActionSets(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theCustomizerslist to belist.voidsetCustomizers(AssociationList inObjects, int state) Sets the entire Customizers list to match the passed in AssociationList, sets the state of the CustomizersvoidSets theDeployedComponentslist to belist.voidsetDeployedComponents(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetIsActive(int inIsActive) Sets theIsActivevalue and sets the state to MetadataState.LOCAL.voidsetIsActive(int inIsActive, int state) Sets theIsActiveMetadata State.voidsetIsActive(String inIsActive) Sets theIsActivevalue and sets the state to MetadataState.LOCAL.voidsetIsActive(String inIsActive, int state) Sets theIsActivevalue and Metadata State.voidsetIsActiveState(int state) Sets the Metadata State ofIsActive.voidsetIsUserDefined(int inIsUserDefined) Sets theIsUserDefinedvalue and sets the state to MetadataState.LOCAL.voidsetIsUserDefined(int inIsUserDefined, int state) Sets theIsUserDefinedMetadata State.voidsetIsUserDefined(String inIsUserDefined) Sets theIsUserDefinedvalue and sets the state to MetadataState.LOCAL.voidsetIsUserDefined(String inIsUserDefined, int state) Sets theIsUserDefinedvalue and Metadata State.voidsetIsUserDefinedState(int state) Sets the Metadata State ofIsUserDefined.voidsetSourceCode(Text inObject) Sets theSourceCodeslist 0th element to beinObject.voidSets theSourceCodeslist to belist.voidsetSourceCodes(AssociationList list, int state) Sets theSourceCodeslist to belist.voidSets theSourceSpecificationslist to belist.voidsetSourceSpecifications(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theSubstitutionVariableslist to belist.voidsetSubstitutionVariables(AssociationList inObjects, int state) Sets the entire SubstitutionVariables list to match the passed in AssociationList, sets the state of the SubstitutionVariablesvoidSets theTargetSpecificationslist to belist.voidsetTargetSpecifications(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theTransformationSourceslist to belist.voidsetTransformationSources(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theTransformationTargetslist to belist.voidsetTransformationTargets(AssociationList inObjects, int state) Sets the entire TransformationTargets list to match the passed in AssociationList, sets the state of the TransformationTargetsvoidsetTransformRole(String inTransformRole) Sets theTransformRolevalue and sets the state to MetadataState.LOCAL.voidsetTransformRole(String inTransformRole, int state) Sets theTransformRoleMetadata State.voidsetTransformRoleState(int state) Sets the Metadata State ofTransformRole.voidSets theTriggeredEventslist to belist.voidsetTriggeredEvents(AssociationList inObjects, int state) Sets the entire TriggeredEvents list to match the passed in AssociationList, sets the state of the TriggeredEventsvoidSets theTriggeringEventslist to belist.voidsetTriggeringEvents(AssociationList inObjects, int state) Sets the entire TriggeringEvents list to match the passed in AssociationList, sets the state of the TriggeringEventsMethods 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.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_ISACTIVE_NAME
static final String ATTRIBUTE_ISACTIVE_NAMEConstant used for the name of the IsActive attribute.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.
- See Also:
-
ATTRIBUTE_TRANSFORMROLE_NAME
static final String ATTRIBUTE_TRANSFORMROLE_NAMEConstant used for the name of the TransformRole attribute.TransformRole: A standardized description of the function or context of this transformation.
- See Also:
-
ATTRIBUTE_ISUSERDEFINED_NAME
static final String ATTRIBUTE_ISUSERDEFINED_NAMEConstant used for the name of the IsUserDefined attribute.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.
- See Also:
-
ASSOCIATION_COMPUTELOCATIONS_NAME
static final String ASSOCIATION_COMPUTELOCATIONS_NAMEConstant used for the name of the ComputeLocations association.ComputeLocations: The list of deployed components that may execute this process.
- See Also:
-
ASSOCIATION_CONDITIONACTIONSETS_NAME
static final String ASSOCIATION_CONDITIONACTIONSETS_NAMEConstant used for the name of the ConditionActionSets association.ConditionActionSets: The condition action sets for this transformation.
- See Also:
-
ASSOCIATION_DEPLOYEDCOMPONENTS_NAME
static final String ASSOCIATION_DEPLOYEDCOMPONENTS_NAMEConstant used for the name of the DeployedComponents association.DeployedComponents: The deployed components that use these processes as part of initialization.
- See Also:
-
ASSOCIATION_SOURCECODE_NAME
static final String ASSOCIATION_SOURCECODE_NAMEConstant used for the name of the SourceCode association.SourceCode: The source code for this transformation.
- See Also:
-
ASSOCIATION_SOURCESPECIFICATIONS_NAME
static final String ASSOCIATION_SOURCESPECIFICATIONS_NAMEConstant used for the name of the SourceSpecifications association.SourceSpecifications: The objects that describe the sources for this transformation. These are specifications of the sources, not the actual sources themselves.
- See Also:
-
ASSOCIATION_TARGETSPECIFICATIONS_NAME
static final String ASSOCIATION_TARGETSPECIFICATIONS_NAMEConstant used for the name of the TargetSpecifications association.TargetSpecifications: The objects that describe the targets for this transformation. These are specifications of the targets, not the actual sources themselves.
- See Also:
-
ASSOCIATION_TRANSFORMATIONSOURCES_NAME
static final String ASSOCIATION_TRANSFORMATIONSOURCES_NAMEConstant used for the name of the TransformationSources association.TransformationSources: The set of inputs to the transformation.
- See Also:
-
ASSOCIATION_CUSTOMIZERS_NAME
static final String ASSOCIATION_CUSTOMIZERS_NAMEConstant used for the name of the Customizers association.Customizers: The software components that act as a customizer for this transformation.
- See Also:
-
ASSOCIATION_SUBSTITUTIONVARIABLES_NAME
static final String ASSOCIATION_SUBSTITUTIONVARIABLES_NAMEConstant used for the name of the SubstitutionVariables association.SubstitutionVariables: The variables associated with this transformation.
- See Also:
-
ASSOCIATION_TRANSFORMATIONTARGETS_NAME
static final String ASSOCIATION_TRANSFORMATIONTARGETS_NAMEConstant used for the name of the TransformationTargets association.TransformationTargets: The set of results from the transformation.
- See Also:
-
ASSOCIATION_TRIGGEREDEVENTS_NAME
static final String ASSOCIATION_TRIGGEREDEVENTS_NAMEConstant used for the name of the TriggeredEvents association.TriggeredEvents: The events that are triggered by these transforms.
- See Also:
-
ASSOCIATION_TRIGGERINGEVENTS_NAME
static final String ASSOCIATION_TRIGGERINGEVENTS_NAMEConstant used for the name of the TriggeringEvents association.TriggeringEvents: The events that trigger this transform.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfacePrimaryType- 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:
ComputeLocations
ConditionActionSets
DeployedComponents
SourceCode
SourceSpecifications
TargetSpecifications
TransformationSources- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsActive
int getIsActive() throws RemoteExceptionGets theintvalue ofIsActive- Returns:
- The
IsActive - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsActiveState
int getIsActiveState() throws RemoteExceptionGets the Metadata State ofIsActive- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getTransformRole
String getTransformRole() throws RemoteExceptionGets theStringvalue ofTransformRole- Returns:
- The
TransformRole - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getTransformRoleState
int getTransformRoleState() throws RemoteExceptionGets the Metadata State ofTransformRole- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getTransformRoleMaxLength
int getTransformRoleMaxLength() throws RemoteExceptionGets the maximum length ofTransformRole- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsUserDefined
int getIsUserDefined() throws RemoteExceptionGets theintvalue ofIsUserDefined- Returns:
- The
IsUserDefined - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsUserDefinedState
int getIsUserDefinedState() throws RemoteExceptionGets the Metadata State ofIsUserDefined- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getComputeLocations
Gets the AssociationList ofComputeLocations- Returns:
- Returns the AssociationList of
ComputeLocationswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getConditionActionSets
Gets the AssociationList ofConditionActionSets- Returns:
- Returns the AssociationList of
ConditionActionSetswhich can be of type:
ConditionActionSet - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDeployedComponents
Gets the AssociationList ofDeployedComponents- Returns:
- Returns the AssociationList of
DeployedComponentswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSourceCodes
Gets the AssociationList ofSourceCodes- Returns:
- Returns the AssociationList of
SourceCodeswhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getSourceCode
Gets theTextforSourceCode- Returns:
- The
Text(nullif not set) ofSourceCodewhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSourceSpecifications
Gets the AssociationList ofSourceSpecifications- Returns:
- Returns the AssociationList of
SourceSpecificationswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTargetSpecifications
Gets the AssociationList ofTargetSpecifications- Returns:
- Returns the AssociationList of
TargetSpecificationswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTransformationSources
Gets the AssociationList ofTransformationSources- Returns:
- Returns the AssociationList of
TransformationSourceswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizers
Gets the Association list ofCustomizers- Returns:
- The AssociationList of
Customizerswhich can be of type:
SoftwareComponent
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSubstitutionVariables
Gets the Association list ofSubstitutionVariables- Returns:
- The AssociationList of
SubstitutionVariableswhich can be of type:
Variable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTransformationTargets
Gets the Association list ofTransformationTargets- Returns:
- The AssociationList of
TransformationTargetswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTriggeredEvents
Gets the Association list ofTriggeredEvents- Returns:
- The AssociationList of
TriggeredEventswhich can be of type:
Event - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTriggeringEvents
Gets the Association list ofTriggeringEvents- Returns:
- The AssociationList of
TriggeringEventswhich can be of type:
Event - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getComputeLocations
Gets the Associationlist ofComputeLocations- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
ComputeLocationswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getConditionActionSets
Gets the Associationlist ofConditionActionSets- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
ConditionActionSetswhich can be of type:
ConditionActionSet - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDeployedComponents
Gets the Associationlist ofDeployedComponents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
DeployedComponentswhich can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSourceCodes
Gets the Associationlist ofSourceCodes- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
SourceCodeswhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSourceSpecifications
Gets the Associationlist ofSourceSpecifications- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
SourceSpecificationswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTargetSpecifications
Gets the Associationlist ofTargetSpecifications- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
TargetSpecificationswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTransformationSources
Gets the Associationlist ofTransformationSources- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
TransformationSourceswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizers
Gets the Associationlist ofCustomizers- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
Customizerswhich can be of type:
SoftwareComponent
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSubstitutionVariables
Gets the Associationlist ofSubstitutionVariables- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
SubstitutionVariableswhich can be of type:
Variable - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTransformationTargets
Gets the Associationlist ofTransformationTargets- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
TransformationTargetswhich can be of type:
All types - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTriggeredEvents
Gets the Associationlist ofTriggeredEvents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
TriggeredEventswhich can be of type:
Event - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getTriggeringEvents
Gets the Associationlist ofTriggeringEvents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
TriggeringEventswhich can be of type:
Event - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setIsActive
void setIsActive(int inIsActive) throws RemoteException Sets theIsActivevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsActive- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsActive
void setIsActive(int inIsActive, int state) throws RemoteException Sets theIsActiveMetadata State.- Parameters:
inIsActive- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsActive
void setIsActive(String inIsActive) throws RemoteException Sets theIsActivevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsActive- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsActive
void setIsActive(String inIsActive, int state) throws RemoteException Sets theIsActivevalue and Metadata State.- Parameters:
inIsActive- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsActiveState
void setIsActiveState(int state) throws RemoteException Sets the Metadata State ofIsActive.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setTransformRole
void setTransformRole(String inTransformRole) throws RemoteException Sets theTransformRolevalue and sets the state to MetadataState.LOCAL.- Parameters:
inTransformRole- String- Throws:
RemoteException- If error communicating with remote object.
-
setTransformRole
void setTransformRole(String inTransformRole, int state) throws RemoteException Sets theTransformRoleMetadata State.- Parameters:
inTransformRole- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTransformRoleState
void setTransformRoleState(int state) throws RemoteException Sets the Metadata State ofTransformRole.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUserDefined
void setIsUserDefined(int inIsUserDefined) throws RemoteException Sets theIsUserDefinedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsUserDefined- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUserDefined
void setIsUserDefined(int inIsUserDefined, int state) throws RemoteException Sets theIsUserDefinedMetadata State.- Parameters:
inIsUserDefined- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUserDefined
void setIsUserDefined(String inIsUserDefined) throws RemoteException Sets theIsUserDefinedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsUserDefined- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsUserDefined
void setIsUserDefined(String inIsUserDefined, int state) throws RemoteException Sets theIsUserDefinedvalue and Metadata State.- Parameters:
inIsUserDefined- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUserDefinedState
void setIsUserDefinedState(int state) throws RemoteException Sets the Metadata State ofIsUserDefined.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setComputeLocations
Sets theComputeLocationslist to belist. Objects of which can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setComputeLocations
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.
-
setConditionActionSets
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setConditionActionSets
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.
-
setDeployedComponents
Sets theDeployedComponentslist to belist. Objects of which can be of type:
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setDeployedComponents
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.
-
setSourceCodes
Sets theSourceCodeslist to belist. Object of which can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSourceCodes
Sets theSourceCodeslist to belist. Object of which can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSourceCode
Sets theSourceCodeslist 0th element to beinObject.- Parameters:
inObject- Text- Throws:
RemoteException- If error communicating with remote object.
-
setSourceSpecifications
Sets theSourceSpecificationslist to belist. Objects of which can be of type:
All types- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSourceSpecifications
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.
-
setTargetSpecifications
Sets theTargetSpecificationslist to belist. Objects of which can be of type:
All types- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTargetSpecifications
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.
-
setTransformationSources
Sets theTransformationSourceslist to belist. Objects of which can be of type:
All types- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTransformationSources
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.
-
setCustomizers
Sets theCustomizerslist to belist. Objects of which can be of type:
SoftwareComponent
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setCustomizers
Sets the entire Customizers list to match the passed in AssociationList, sets the state of the Customizers- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSubstitutionVariables
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSubstitutionVariables
Sets the entire SubstitutionVariables list to match the passed in AssociationList, sets the state of the SubstitutionVariables- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTransformationTargets
Sets theTransformationTargetslist to belist. Objects of which can be of type:
All types- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTransformationTargets
Sets the entire TransformationTargets list to match the passed in AssociationList, sets the state of the TransformationTargets- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTriggeredEvents
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTriggeredEvents
Sets the entire TriggeredEvents list to match the passed in AssociationList, sets the state of the TriggeredEvents- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setTriggeringEvents
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setTriggeringEvents
Sets the entire TriggeringEvents list to match the passed in AssociationList, sets the state of the TriggeringEvents- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-