Interface SoftwareComponent
- All Superinterfaces:
CMetadata,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,Remote,Root
- All Known Subinterfaces:
ConfiguredComponent,DeployedComponent,LogicalServer,ServerComponent,ServerContext,ServiceComponent
Attributes of SoftwareComponent are:
SoftwareVersionMajorMinorVendorSpecVersionSpecVendorVendorIdentifierClassIdentifierProductNamePlatformProductIdentifierConfigureVersion
Associations of SoftwareComponent are:
CustomizedPropertiesCustomizedTransformationsCustomizedTypesDependentComponentsEditedPropertiesEditedTypesImplementedObjectsSoftwareGroupsSoftwareTreesValidatedPropertiesValidatedTypesDependsOnComponentsDeployedComponentsPropertyGroups
Usage
To create an instance of this SoftwareComponent, use thefactory
create methods. Example: create a SoftwareComponent with name "SoftwareComponent_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(); SoftwareComponent myObject = (SoftwareComponent) factory.createComplexMetadataObject(objectStore, "SoftwareComponent_Object", MetadataObjects.SOFTWARECOMPONENT, "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 CustomizedProperties association.static final StringConstant used for the name of the CustomizedTransformations association.static final StringConstant used for the name of the CustomizedTypes association.static final StringConstant used for the name of the DependentComponents association.static final StringConstant used for the name of the DependsOnComponents association.static final StringConstant used for the name of the DeployedComponents association.static final StringConstant used for the name of the EditedProperties association.static final StringConstant used for the name of the EditedTypes association.static final StringConstant used for the name of the ImplementedObjects association.static final StringConstant used for the name of the PropertyGroups association.static final StringConstant used for the name of the SoftwareGroups association.static final StringConstant used for the name of the SoftwareTrees association.static final StringConstant used for the name of the ValidatedProperties association.static final StringConstant used for the name of the ValidatedTypes association.static final StringConstant used for the name of the ClassIdentifier attribute.static final StringConstant used for the name of the ConfigureVersion attribute.static final StringConstant used for the name of the Major attribute.static final StringConstant used for the name of the Minor attribute.static final StringConstant used for the name of the Platform attribute.static final StringConstant used for the name of the ProductIdentifier attribute.static final StringConstant used for the name of the ProductName attribute.static final StringConstant used for the name of the SoftwareVersion attribute.static final StringConstant used for the name of the SpecVendor attribute.static final StringConstant used for the name of the SpecVersion attribute.static final StringConstant used for the name of the Vendor attribute.static final StringConstant used for the name of the VendorIdentifier 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 TypeMethodDescriptionStringGets theStringvalue ofClassIdentifierintGets the maximum length ofClassIdentifierintGets the Metadata State ofClassIdentifierStringGets theStringvalue ofConfigureVersionintGets the maximum length ofConfigureVersionintGets the Metadata State ofConfigureVersionGets the AssociationList ofCustomizedPropertiesgetCustomizedProperties(boolean fGoToServer) Gets the Associationlist ofCustomizedPropertiesGets the AssociationList ofCustomizedTransformationsgetCustomizedTransformations(boolean fGoToServer) Gets the Associationlist ofCustomizedTransformationsGets the AssociationList ofCustomizedTypesgetCustomizedTypes(boolean fGoToServer) Gets the Associationlist ofCustomizedTypesGets the AssociationList ofDependentComponentsgetDependentComponents(boolean fGoToServer) Gets the Associationlist ofDependentComponentsGets the Association list ofDependsOnComponentsgetDependsOnComponents(boolean fGoToServer) Gets the Associationlist ofDependsOnComponentsGets the Association list ofDeployedComponentsgetDeployedComponents(boolean fGoToServer) Gets the Associationlist ofDeployedComponentsGets the AssociationList ofEditedPropertiesgetEditedProperties(boolean fGoToServer) Gets the Associationlist ofEditedPropertiesGets the AssociationList ofEditedTypesgetEditedTypes(boolean fGoToServer) Gets the Associationlist ofEditedTypesGets the AssociationList ofImplementedObjectsgetImplementedObjects(boolean fGoToServer) Gets the Associationlist ofImplementedObjectsintgetMajor()Gets theintvalue ofMajorintGets the Metadata State ofMajorintgetMinor()Gets theintvalue ofMinorintGets the Metadata State ofMinorStringGets theStringvalue ofPlatformintGets the maximum length ofPlatformintGets the Metadata State ofPlatformStringGets theStringvalue ofProductIdentifierintGets the maximum length ofProductIdentifierintGets the Metadata State ofProductIdentifierStringGets theStringvalue ofProductNameintGets the maximum length ofProductNameintGets the Metadata State ofProductNameGets the Association list ofPropertyGroupsgetPropertyGroups(boolean fGoToServer) Gets the Associationlist ofPropertyGroupsGets the AssociationList ofSoftwareGroupsgetSoftwareGroups(boolean fGoToServer) Gets the Associationlist ofSoftwareGroupsGets the AssociationList ofSoftwareTreesgetSoftwareTrees(boolean fGoToServer) Gets the Associationlist ofSoftwareTreesStringGets theStringvalue ofSoftwareVersionintGets the maximum length ofSoftwareVersionintGets the Metadata State ofSoftwareVersionStringGets theStringvalue ofSpecVendorintGets the maximum length ofSpecVendorintGets the Metadata State ofSpecVendorStringGets theStringvalue ofSpecVersionintGets the maximum length ofSpecVersionintGets the Metadata State ofSpecVersionGets the AssociationList ofValidatedPropertiesgetValidatedProperties(boolean fGoToServer) Gets the Associationlist ofValidatedPropertiesGets the AssociationList ofValidatedTypesgetValidatedTypes(boolean fGoToServer) Gets the Associationlist ofValidatedTypesStringGets theStringvalue ofVendorStringGets theStringvalue ofVendorIdentifierintGets the maximum length ofVendorIdentifierintGets the Metadata State ofVendorIdentifierintGets the maximum length ofVendorintGets the Metadata State ofVendorvoid(S) Adds the Associated objects to the predObjects which are:
CustomizedProperties
CustomizedTransformations
CustomizedTypes
DependentComponents
EditedProperties
EditedTypes
ImplementedObjects
SoftwareGroups
SoftwareTrees
ValidatedProperties
ValidatedTypesvoid(S) This initializes the Required Objects(Roles) which are:voidsetClassIdentifier(String inClassIdentifier) Sets theClassIdentifiervalue and sets the state to MetadataState.LOCAL.voidsetClassIdentifier(String inClassIdentifier, int state) Sets theClassIdentifierMetadata State.voidsetClassIdentifierState(int state) Sets the Metadata State ofClassIdentifier.voidsetConfigureVersion(String inConfigureVersion) Sets theConfigureVersionvalue and sets the state to MetadataState.LOCAL.voidsetConfigureVersion(String inConfigureVersion, int state) Sets theConfigureVersionMetadata State.voidsetConfigureVersionState(int state) Sets the Metadata State ofConfigureVersion.voidSets theCustomizedPropertieslist to belist.voidsetCustomizedProperties(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theCustomizedTransformationslist to belist.voidsetCustomizedTransformations(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theCustomizedTypeslist to belist.voidsetCustomizedTypes(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theDependentComponentslist to belist.voidsetDependentComponents(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theDependsOnComponentslist to belist.voidsetDependsOnComponents(AssociationList inObjects, int state) Sets the entire DependsOnComponents list to match the passed in AssociationList, sets the state of the DependsOnComponentsvoidSets theDeployedComponentslist to belist.voidsetDeployedComponents(AssociationList inObjects, int state) Sets the entire DeployedComponents list to match the passed in AssociationList, sets the state of the DeployedComponentsvoidSets theEditedPropertieslist to belist.voidsetEditedProperties(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theEditedTypeslist to belist.voidsetEditedTypes(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theImplementedObjectslist to belist.voidsetImplementedObjects(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetMajor(int inMajor) Sets theMajorvalue and sets the state to MetadataState.LOCAL.voidsetMajor(int inMajor, int state) Sets theMajorMetadata State.voidsetMajor(String inMajor) Sets theMajorvalue and sets the state to MetadataState.LOCAL.voidsetMajor(String inMajor, int state) Sets theMajorvalue and Metadata State.voidsetMajorState(int state) Sets the Metadata State ofMajor.voidsetMinor(int inMinor) Sets theMinorvalue and sets the state to MetadataState.LOCAL.voidsetMinor(int inMinor, int state) Sets theMinorMetadata State.voidsetMinor(String inMinor) Sets theMinorvalue and sets the state to MetadataState.LOCAL.voidsetMinor(String inMinor, int state) Sets theMinorvalue and Metadata State.voidsetMinorState(int state) Sets the Metadata State ofMinor.voidsetPlatform(String inPlatform) Sets thePlatformvalue and sets the state to MetadataState.LOCAL.voidsetPlatform(String inPlatform, int state) Sets thePlatformMetadata State.voidsetPlatformState(int state) Sets the Metadata State ofPlatform.voidsetProductIdentifier(String inProductIdentifier) Sets theProductIdentifiervalue and sets the state to MetadataState.LOCAL.voidsetProductIdentifier(String inProductIdentifier, int state) Sets theProductIdentifierMetadata State.voidsetProductIdentifierState(int state) Sets the Metadata State ofProductIdentifier.voidsetProductName(String inProductName) Sets theProductNamevalue and sets the state to MetadataState.LOCAL.voidsetProductName(String inProductName, int state) Sets theProductNameMetadata State.voidsetProductNameState(int state) Sets the Metadata State ofProductName.voidSets thePropertyGroupslist to belist.voidsetPropertyGroups(AssociationList inObjects, int state) Sets the entire PropertyGroups list to match the passed in AssociationList, sets the state of the PropertyGroupsvoidSets theSoftwareGroupslist to belist.voidsetSoftwareGroups(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theSoftwareTreeslist to belist.voidsetSoftwareTrees(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetSoftwareVersion(String inSoftwareVersion) Sets theSoftwareVersionvalue and sets the state to MetadataState.LOCAL.voidsetSoftwareVersion(String inSoftwareVersion, int state) Sets theSoftwareVersionMetadata State.voidsetSoftwareVersionState(int state) Sets the Metadata State ofSoftwareVersion.voidsetSpecVendor(String inSpecVendor) Sets theSpecVendorvalue and sets the state to MetadataState.LOCAL.voidsetSpecVendor(String inSpecVendor, int state) Sets theSpecVendorMetadata State.voidsetSpecVendorState(int state) Sets the Metadata State ofSpecVendor.voidsetSpecVersion(String inSpecVersion) Sets theSpecVersionvalue and sets the state to MetadataState.LOCAL.voidsetSpecVersion(String inSpecVersion, int state) Sets theSpecVersionMetadata State.voidsetSpecVersionState(int state) Sets the Metadata State ofSpecVersion.voidSets theValidatedPropertieslist to belist.voidsetValidatedProperties(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidSets theValidatedTypeslist to belist.voidsetValidatedTypes(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetVendor(String inVendor) Sets theVendorvalue and sets the state to MetadataState.LOCAL.voidsetVendor(String inVendor, int state) Sets theVendorMetadata State.voidsetVendorIdentifier(String inVendorIdentifier) Sets theVendorIdentifiervalue and sets the state to MetadataState.LOCAL.voidsetVendorIdentifier(String inVendorIdentifier, int state) Sets theVendorIdentifierMetadata State.voidsetVendorIdentifierState(int state) Sets the Metadata State ofVendorIdentifier.voidsetVendorState(int state) Sets the Metadata State ofVendor.Methods 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_SOFTWAREVERSION_NAME
static final String ATTRIBUTE_SOFTWAREVERSION_NAMEConstant used for the name of the SoftwareVersion attribute.SoftwareVersion: This is a string that represents the version of the software that is running.
- See Also:
-
ATTRIBUTE_MAJOR_NAME
static final String ATTRIBUTE_MAJOR_NAMEConstant used for the name of the Major attribute.Major: This is an indicator of the major release number of this component.
- See Also:
-
ATTRIBUTE_MINOR_NAME
static final String ATTRIBUTE_MINOR_NAMEConstant used for the name of the Minor attribute.Minor: This is an indication of the minor release number of this component.
- See Also:
-
ATTRIBUTE_VENDOR_NAME
static final String ATTRIBUTE_VENDOR_NAMEConstant used for the name of the Vendor attribute.Vendor: A string that represents the vendor of the software.
- See Also:
-
ATTRIBUTE_SPECVERSION_NAME
static final String ATTRIBUTE_SPECVERSION_NAMEConstant used for the name of the SpecVersion attribute.SpecVersion: A string that indicates the name and the version number of the specification implemented by this component.
- See Also:
-
ATTRIBUTE_SPECVENDOR_NAME
static final String ATTRIBUTE_SPECVENDOR_NAMEConstant used for the name of the SpecVendor attribute.SpecVendor: The name of the vendor that provided the specification.
- See Also:
-
ATTRIBUTE_VENDORIDENTIFIER_NAME
static final String ATTRIBUTE_VENDORIDENTIFIER_NAMEConstant used for the name of the VendorIdentifier attribute.VendorIdentifier: An ID representing the vendor of the software.
- See Also:
-
ATTRIBUTE_CLASSIDENTIFIER_NAME
static final String ATTRIBUTE_CLASSIDENTIFIER_NAMEConstant used for the name of the ClassIdentifier attribute.ClassIdentifier: The class identifier is a unique identifier for this component. If this is a Java component, it is the full name of the Java class. Here are the class identifiers for various SAS servers
Workspace (classic SAS server): 440196d4-90f0-11d0-9f41-00a024bb830c StoredProcessServer (SAS/Intrnet V9): 15931e31-667f-11d5-8804-00c04f35ac8c Metadata server (OMS): 2887e7d7-4780-11d4-879f-00c04f38f0db (9.1.3) : 0217E202-B560-11DB-AD91-001083FF6836 (9.2) MDX Server (OLAP V9): f3f46472-1e31-11d5-87c2-00c04f38f9f6 GMS (generic server): 9c186a64-83e4-11d2-b956-00c04f81993c MQX (message queue server): 8d9ef489-8d1e-11d2-b94f-00c04f8198c0 Connect server: 028e4060-d545-11d5-880d-aa0004006d06- See Also:
-
ATTRIBUTE_PRODUCTNAME_NAME
static final String ATTRIBUTE_PRODUCTNAME_NAMEConstant used for the name of the ProductName attribute.ProductName: The product name. For example: Visio, Excel
- See Also:
-
ATTRIBUTE_PLATFORM_NAME
static final String ATTRIBUTE_PLATFORM_NAMEConstant used for the name of the Platform attribute.Platform: This represents the platform or language of the component. Examples are: COM, Java.
- See Also:
-
ATTRIBUTE_PRODUCTIDENTIFIER_NAME
static final String ATTRIBUTE_PRODUCTIDENTIFIER_NAMEConstant used for the name of the ProductIdentifier attribute.ProductIdentifier: The vendors unique identifier for this product. For SAS products this may be, but is not limited to, the PRODNUM.
- See Also:
-
ATTRIBUTE_CONFIGUREVERSION_NAME
static final String ATTRIBUTE_CONFIGUREVERSION_NAMEConstant used for the name of the ConfigureVersion attribute.ConfigureVersion: This is a string that represents the version of the code in the configuration directory.
- See Also:
-
ASSOCIATION_CUSTOMIZEDPROPERTIES_NAME
static final String ASSOCIATION_CUSTOMIZEDPROPERTIES_NAMEConstant used for the name of the CustomizedProperties association.CustomizedProperties: The properties customized by this program.
- See Also:
-
ASSOCIATION_CUSTOMIZEDTRANSFORMATIONS_NAME
static final String ASSOCIATION_CUSTOMIZEDTRANSFORMATIONS_NAMEConstant used for the name of the CustomizedTransformations association.CustomizedTransformations: The objects that use this software component as a customizer.
- See Also:
-
ASSOCIATION_CUSTOMIZEDTYPES_NAME
static final String ASSOCIATION_CUSTOMIZEDTYPES_NAMEConstant used for the name of the CustomizedTypes association.CustomizedTypes: The PropertyTypes customized by this program.
- See Also:
-
ASSOCIATION_DEPENDENTCOMPONENTS_NAME
static final String ASSOCIATION_DEPENDENTCOMPONENTS_NAMEConstant used for the name of the DependentComponents association.DependentComponents: The components that are dependents of this component.
- See Also:
-
ASSOCIATION_EDITEDPROPERTIES_NAME
static final String ASSOCIATION_EDITEDPROPERTIES_NAMEConstant used for the name of the EditedProperties association.EditedProperties: The properties that are edited using this program.
- See Also:
-
ASSOCIATION_EDITEDTYPES_NAME
static final String ASSOCIATION_EDITEDTYPES_NAMEConstant used for the name of the EditedTypes association.EditedTypes: The PropertyType objects that can be edited by this program.
- See Also:
-
ASSOCIATION_IMPLEMENTEDOBJECTS_NAME
static final String ASSOCIATION_IMPLEMENTEDOBJECTS_NAMEConstant used for the name of the ImplementedObjects association.ImplementedObjects: The information contained in these objects is used by this software component.
- See Also:
-
ASSOCIATION_SOFTWAREGROUPS_NAME
static final String ASSOCIATION_SOFTWAREGROUPS_NAMEConstant used for the name of the SoftwareGroups association.SoftwareGroups: The groups associated with this SoftwareComponent.
- See Also:
-
ASSOCIATION_SOFTWARETREES_NAME
static final String ASSOCIATION_SOFTWARETREES_NAMEConstant used for the name of the SoftwareTrees association.SoftwareTrees: The trees used by this software component.
- See Also:
-
ASSOCIATION_VALIDATEDPROPERTIES_NAME
static final String ASSOCIATION_VALIDATEDPROPERTIES_NAMEConstant used for the name of the ValidatedProperties association.ValidatedProperties: The properties that are validated by this program.
- See Also:
-
ASSOCIATION_VALIDATEDTYPES_NAME
static final String ASSOCIATION_VALIDATEDTYPES_NAMEConstant used for the name of the ValidatedTypes association.ValidatedTypes: The PropertyType objects that are validated by this program.
- See Also:
-
ASSOCIATION_DEPENDSONCOMPONENTS_NAME
static final String ASSOCIATION_DEPENDSONCOMPONENTS_NAMEConstant used for the name of the DependsOnComponents association.DependsOnComponents: The components that this component depends upon.
- See Also:
-
ASSOCIATION_DEPLOYEDCOMPONENTS_NAME
static final String ASSOCIATION_DEPLOYEDCOMPONENTS_NAMEConstant used for the name of the DeployedComponents association.DeployedComponents: *Unknown*
- See Also:
-
ASSOCIATION_PROPERTYGROUPS_NAME
static final String ASSOCIATION_PROPERTYGROUPS_NAMEConstant used for the name of the PropertyGroups association.PropertyGroups: The property groups that can be displayed using this form.
- 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:
CustomizedProperties
CustomizedTransformations
CustomizedTypes
DependentComponents
EditedProperties
EditedTypes
ImplementedObjects
SoftwareGroups
SoftwareTrees
ValidatedProperties
ValidatedTypes- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSoftwareVersion
String getSoftwareVersion() throws RemoteExceptionGets theStringvalue ofSoftwareVersion- Returns:
- The
SoftwareVersion - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSoftwareVersionState
int getSoftwareVersionState() throws RemoteExceptionGets the Metadata State ofSoftwareVersion- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSoftwareVersionMaxLength
int getSoftwareVersionMaxLength() throws RemoteExceptionGets the maximum length ofSoftwareVersion- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMajor
int getMajor() throws RemoteExceptionGets theintvalue ofMajor- Returns:
- The
Major - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMajorState
int getMajorState() throws RemoteExceptionGets the Metadata State ofMajor- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMinor
int getMinor() throws RemoteExceptionGets theintvalue ofMinor- Returns:
- The
Minor - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getMinorState
int getMinorState() throws RemoteExceptionGets the Metadata State ofMinor- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getVendor
String getVendor() throws RemoteExceptionGets theStringvalue ofVendor- Returns:
- The
Vendor - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getVendorState
int getVendorState() throws RemoteExceptionGets the Metadata State ofVendor- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getVendorMaxLength
int getVendorMaxLength() throws RemoteExceptionGets the maximum length ofVendor- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSpecVersion
String getSpecVersion() throws RemoteExceptionGets theStringvalue ofSpecVersion- Returns:
- The
SpecVersion - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSpecVersionState
int getSpecVersionState() throws RemoteExceptionGets the Metadata State ofSpecVersion- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSpecVersionMaxLength
int getSpecVersionMaxLength() throws RemoteExceptionGets the maximum length ofSpecVersion- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSpecVendor
String getSpecVendor() throws RemoteExceptionGets theStringvalue ofSpecVendor- Returns:
- The
SpecVendor - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSpecVendorState
int getSpecVendorState() throws RemoteExceptionGets the Metadata State ofSpecVendor- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getSpecVendorMaxLength
int getSpecVendorMaxLength() throws RemoteExceptionGets the maximum length ofSpecVendor- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getVendorIdentifier
String getVendorIdentifier() throws RemoteExceptionGets theStringvalue ofVendorIdentifier- Returns:
- The
VendorIdentifier - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getVendorIdentifierState
int getVendorIdentifierState() throws RemoteExceptionGets the Metadata State ofVendorIdentifier- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getVendorIdentifierMaxLength
int getVendorIdentifierMaxLength() throws RemoteExceptionGets the maximum length ofVendorIdentifier- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getClassIdentifier
String getClassIdentifier() throws RemoteExceptionGets theStringvalue ofClassIdentifier- Returns:
- The
ClassIdentifier - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getClassIdentifierState
int getClassIdentifierState() throws RemoteExceptionGets the Metadata State ofClassIdentifier- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getClassIdentifierMaxLength
int getClassIdentifierMaxLength() throws RemoteExceptionGets the maximum length ofClassIdentifier- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductName
String getProductName() throws RemoteExceptionGets theStringvalue ofProductName- Returns:
- The
ProductName - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductNameState
int getProductNameState() throws RemoteExceptionGets the Metadata State ofProductName- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductNameMaxLength
int getProductNameMaxLength() throws RemoteExceptionGets the maximum length ofProductName- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPlatform
String getPlatform() throws RemoteExceptionGets theStringvalue ofPlatform- Returns:
- The
Platform - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPlatformState
int getPlatformState() throws RemoteExceptionGets the Metadata State ofPlatform- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getPlatformMaxLength
int getPlatformMaxLength() throws RemoteExceptionGets the maximum length ofPlatform- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductIdentifier
String getProductIdentifier() throws RemoteExceptionGets theStringvalue ofProductIdentifier- Returns:
- The
ProductIdentifier - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductIdentifierState
int getProductIdentifierState() throws RemoteExceptionGets the Metadata State ofProductIdentifier- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getProductIdentifierMaxLength
int getProductIdentifierMaxLength() throws RemoteExceptionGets the maximum length ofProductIdentifier- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getConfigureVersion
String getConfigureVersion() throws RemoteExceptionGets theStringvalue ofConfigureVersion- Returns:
- The
ConfigureVersion - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getConfigureVersionState
int getConfigureVersionState() throws RemoteExceptionGets the Metadata State ofConfigureVersion- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getConfigureVersionMaxLength
int getConfigureVersionMaxLength() throws RemoteExceptionGets the maximum length ofConfigureVersion- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getCustomizedProperties
Gets the AssociationList ofCustomizedProperties- Returns:
- Returns the AssociationList of
CustomizedPropertieswhich can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizedTransformations
Gets the AssociationList ofCustomizedTransformations- Returns:
- Returns the AssociationList of
CustomizedTransformationswhich can be of type:
AbstractTransformation
TransformationStep
SyncStep
TransformationActivity
FeatureMap
ColumnHierarchy
Transformation
ClassifierMap
Select
Join
AbstractJob
Job
JFJob
MiningResult - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizedTypes
Gets the AssociationList ofCustomizedTypes- Returns:
- Returns the AssociationList of
CustomizedTypeswhich can be of type:
PropertyType - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDependentComponents
Gets the AssociationList ofDependentComponents- Returns:
- Returns the AssociationList of
DependentComponentswhich 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.
-
getEditedProperties
Gets the AssociationList ofEditedProperties- Returns:
- Returns the AssociationList of
EditedPropertieswhich can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getEditedTypes
Gets the AssociationList ofEditedTypes- Returns:
- Returns the AssociationList of
EditedTypeswhich can be of type:
PropertyType - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getImplementedObjects
Gets the AssociationList ofImplementedObjects- Returns:
- Returns the AssociationList of
ImplementedObjectswhich 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.
-
getSoftwareGroups
Gets the AssociationList ofSoftwareGroups- Returns:
- Returns the AssociationList of
SoftwareGroupswhich can be of type:
Group
SXLEMap - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSoftwareTrees
Gets the AssociationList ofSoftwareTrees- Returns:
- Returns the AssociationList of
SoftwareTreeswhich can be of type:
Tree - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getValidatedProperties
Gets the AssociationList ofValidatedProperties- Returns:
- Returns the AssociationList of
ValidatedPropertieswhich can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getValidatedTypes
Gets the AssociationList ofValidatedTypes- Returns:
- Returns the AssociationList of
ValidatedTypeswhich can be of type:
PropertyType - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDependsOnComponents
Gets the Association list ofDependsOnComponents- Returns:
- The AssociationList of
DependsOnComponentswhich 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.
-
getDeployedComponents
Gets the Association list ofDeployedComponents- 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.
-
getPropertyGroups
Gets the Association list ofPropertyGroups- Returns:
- The AssociationList of
PropertyGroupswhich can be of type:
PropertyGroup - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizedProperties
Gets the Associationlist ofCustomizedProperties- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
CustomizedPropertieswhich can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizedTransformations
AssociationList getCustomizedTransformations(boolean fGoToServer) throws RemoteException, MdException Gets the Associationlist ofCustomizedTransformations- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
CustomizedTransformationswhich can be of type:
AbstractTransformation
TransformationStep
SyncStep
TransformationActivity
FeatureMap
ColumnHierarchy
Transformation
ClassifierMap
Select
Join
AbstractJob
Job
JFJob
MiningResult - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizedTypes
Gets the Associationlist ofCustomizedTypes- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
CustomizedTypeswhich can be of type:
PropertyType - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDependentComponents
Gets the Associationlist ofDependentComponents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
DependentComponentswhich 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.
-
getEditedProperties
Gets the Associationlist ofEditedProperties- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
EditedPropertieswhich can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getEditedTypes
Gets the Associationlist ofEditedTypes- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
EditedTypeswhich can be of type:
PropertyType - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getImplementedObjects
Gets the Associationlist ofImplementedObjects- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
ImplementedObjectswhich 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.
-
getSoftwareGroups
Gets the Associationlist ofSoftwareGroups- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
SoftwareGroupswhich can be of type:
Group
SXLEMap - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSoftwareTrees
Gets the Associationlist ofSoftwareTrees- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
SoftwareTreeswhich can be of type:
Tree - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getValidatedProperties
Gets the Associationlist ofValidatedProperties- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
ValidatedPropertieswhich can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getValidatedTypes
Gets the Associationlist ofValidatedTypes- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
ValidatedTypeswhich can be of type:
PropertyType - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDependsOnComponents
Gets the Associationlist ofDependsOnComponents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
DependsOnComponentswhich 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.
-
getDeployedComponents
Gets the Associationlist ofDeployedComponents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
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.
-
getPropertyGroups
Gets the Associationlist ofPropertyGroups- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
PropertyGroupswhich can be of type:
PropertyGroup - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setSoftwareVersion
void setSoftwareVersion(String inSoftwareVersion) throws RemoteException Sets theSoftwareVersionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inSoftwareVersion- String- Throws:
RemoteException- If error communicating with remote object.
-
setSoftwareVersion
void setSoftwareVersion(String inSoftwareVersion, int state) throws RemoteException Sets theSoftwareVersionMetadata State.- Parameters:
inSoftwareVersion- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSoftwareVersionState
void setSoftwareVersionState(int state) throws RemoteException Sets the Metadata State ofSoftwareVersion.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajor
void setMajor(int inMajor) throws RemoteException Sets theMajorvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMajor- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajor
void setMajor(int inMajor, int state) throws RemoteException Sets theMajorMetadata State.- Parameters:
inMajor- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajor
void setMajor(String inMajor) throws RemoteException Sets theMajorvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMajor- String- Throws:
RemoteException- If error communicating with remote object.
-
setMajor
void setMajor(String inMajor, int state) throws RemoteException Sets theMajorvalue and Metadata State.- Parameters:
inMajor- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMajorState
void setMajorState(int state) throws RemoteException Sets the Metadata State ofMajor.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinor
void setMinor(int inMinor) throws RemoteException Sets theMinorvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMinor- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinor
void setMinor(int inMinor, int state) throws RemoteException Sets theMinorMetadata State.- Parameters:
inMinor- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinor
void setMinor(String inMinor) throws RemoteException Sets theMinorvalue and sets the state to MetadataState.LOCAL.- Parameters:
inMinor- String- Throws:
RemoteException- If error communicating with remote object.
-
setMinor
void setMinor(String inMinor, int state) throws RemoteException Sets theMinorvalue and Metadata State.- Parameters:
inMinor- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setMinorState
void setMinorState(int state) throws RemoteException Sets the Metadata State ofMinor.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setVendor
void setVendor(String inVendor) throws RemoteException Sets theVendorvalue and sets the state to MetadataState.LOCAL.- Parameters:
inVendor- String- Throws:
RemoteException- If error communicating with remote object.
-
setVendor
void setVendor(String inVendor, int state) throws RemoteException Sets theVendorMetadata State.- Parameters:
inVendor- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setVendorState
void setVendorState(int state) throws RemoteException Sets the Metadata State ofVendor.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setSpecVersion
void setSpecVersion(String inSpecVersion) throws RemoteException Sets theSpecVersionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inSpecVersion- String- Throws:
RemoteException- If error communicating with remote object.
-
setSpecVersion
void setSpecVersion(String inSpecVersion, int state) throws RemoteException Sets theSpecVersionMetadata State.- Parameters:
inSpecVersion- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSpecVersionState
void setSpecVersionState(int state) throws RemoteException Sets the Metadata State ofSpecVersion.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setSpecVendor
void setSpecVendor(String inSpecVendor) throws RemoteException Sets theSpecVendorvalue and sets the state to MetadataState.LOCAL.- Parameters:
inSpecVendor- String- Throws:
RemoteException- If error communicating with remote object.
-
setSpecVendor
void setSpecVendor(String inSpecVendor, int state) throws RemoteException Sets theSpecVendorMetadata State.- Parameters:
inSpecVendor- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSpecVendorState
void setSpecVendorState(int state) throws RemoteException Sets the Metadata State ofSpecVendor.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setVendorIdentifier
void setVendorIdentifier(String inVendorIdentifier) throws RemoteException Sets theVendorIdentifiervalue and sets the state to MetadataState.LOCAL.- Parameters:
inVendorIdentifier- String- Throws:
RemoteException- If error communicating with remote object.
-
setVendorIdentifier
void setVendorIdentifier(String inVendorIdentifier, int state) throws RemoteException Sets theVendorIdentifierMetadata State.- Parameters:
inVendorIdentifier- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setVendorIdentifierState
void setVendorIdentifierState(int state) throws RemoteException Sets the Metadata State ofVendorIdentifier.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setClassIdentifier
void setClassIdentifier(String inClassIdentifier) throws RemoteException Sets theClassIdentifiervalue and sets the state to MetadataState.LOCAL.- Parameters:
inClassIdentifier- String- Throws:
RemoteException- If error communicating with remote object.
-
setClassIdentifier
void setClassIdentifier(String inClassIdentifier, int state) throws RemoteException Sets theClassIdentifierMetadata State.- Parameters:
inClassIdentifier- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setClassIdentifierState
void setClassIdentifierState(int state) throws RemoteException Sets the Metadata State ofClassIdentifier.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductName
void setProductName(String inProductName) throws RemoteException Sets theProductNamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inProductName- String- Throws:
RemoteException- If error communicating with remote object.
-
setProductName
void setProductName(String inProductName, int state) throws RemoteException Sets theProductNameMetadata State.- Parameters:
inProductName- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductNameState
void setProductNameState(int state) throws RemoteException Sets the Metadata State ofProductName.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setPlatform
void setPlatform(String inPlatform) throws RemoteException Sets thePlatformvalue and sets the state to MetadataState.LOCAL.- Parameters:
inPlatform- String- Throws:
RemoteException- If error communicating with remote object.
-
setPlatform
void setPlatform(String inPlatform, int state) throws RemoteException Sets thePlatformMetadata State.- Parameters:
inPlatform- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPlatformState
void setPlatformState(int state) throws RemoteException Sets the Metadata State ofPlatform.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductIdentifier
void setProductIdentifier(String inProductIdentifier) throws RemoteException Sets theProductIdentifiervalue and sets the state to MetadataState.LOCAL.- Parameters:
inProductIdentifier- String- Throws:
RemoteException- If error communicating with remote object.
-
setProductIdentifier
void setProductIdentifier(String inProductIdentifier, int state) throws RemoteException Sets theProductIdentifierMetadata State.- Parameters:
inProductIdentifier- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setProductIdentifierState
void setProductIdentifierState(int state) throws RemoteException Sets the Metadata State ofProductIdentifier.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setConfigureVersion
void setConfigureVersion(String inConfigureVersion) throws RemoteException Sets theConfigureVersionvalue and sets the state to MetadataState.LOCAL.- Parameters:
inConfigureVersion- String- Throws:
RemoteException- If error communicating with remote object.
-
setConfigureVersion
void setConfigureVersion(String inConfigureVersion, int state) throws RemoteException Sets theConfigureVersionMetadata State.- Parameters:
inConfigureVersion- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setConfigureVersionState
void setConfigureVersionState(int state) throws RemoteException Sets the Metadata State ofConfigureVersion.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setCustomizedProperties
Sets theCustomizedPropertieslist to belist. Objects of which can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setCustomizedProperties
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.
-
setCustomizedTransformations
Sets theCustomizedTransformationslist to belist. Objects of which can be of type:
AbstractTransformation
TransformationStep
SyncStep
TransformationActivity
FeatureMap
ColumnHierarchy
Transformation
ClassifierMap
Select
Join
AbstractJob
Job
JFJob
MiningResult- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setCustomizedTransformations
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.
-
setCustomizedTypes
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setCustomizedTypes
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.
-
setDependentComponents
Sets theDependentComponentslist 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.
-
setDependentComponents
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.
-
setEditedProperties
Sets theEditedPropertieslist to belist. Objects of which can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setEditedProperties
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.
-
setEditedTypes
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setEditedTypes
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.
-
setImplementedObjects
Sets theImplementedObjectslist to belist. Objects of which can be of type:
All types- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setImplementedObjects
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.
-
setSoftwareGroups
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSoftwareGroups
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.
-
setSoftwareTrees
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSoftwareTrees
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.
-
setValidatedProperties
Sets theValidatedPropertieslist to belist. Objects of which can be of type:
AbstractProperty
Property
PrototypeProperty
AttributeProperty
AssociationProperty- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setValidatedProperties
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.
-
setValidatedTypes
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setValidatedTypes
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.
-
setDependsOnComponents
Sets theDependsOnComponentslist 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.
-
setDependsOnComponents
Sets the entire DependsOnComponents list to match the passed in AssociationList, sets the state of the DependsOnComponents- 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 DeployedComponents list to match the passed in AssociationList, sets the state of the DeployedComponents- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPropertyGroups
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setPropertyGroups
Sets the entire PropertyGroups list to match the passed in AssociationList, sets the state of the PropertyGroups- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-