|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface SoftwareComponent
Used to define an application hierarchy. The application hierarchy contains information sepcific to the application including configuration properties. An application would use the SoftwareComponent that represents the application as a starting place to navigate through the hierarchy that is made of Trees and Groups and their members.
Attributes of SoftwareComponent are:
SoftwareVersionMajorMinorVendorSpecVersionSpecVendorVendorIdentifierClassIdentifierProductNamePlatformProductIdentifierConfigureVersionAssociations of SoftwareComponent are:
CustomizedPropertiesCustomizedTransformationsCustomizedTypesDependentComponentsEditedPropertiesEditedTypesImplementedObjectsSoftwareGroupsSoftwareTreesValidatedPropertiesValidatedTypesDependsOnComponentsDeployedComponentsPropertyGroupsfactory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); 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
MdOMIUtil.
updateMetadataAll
method.
delete method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
| Field Summary | |
|---|---|
static java.lang.String |
ASSOCIATION_CUSTOMIZEDPROPERTIES_NAME
Constant used for the name of the CustomizedProperties association. |
static java.lang.String |
ASSOCIATION_CUSTOMIZEDTRANSFORMATIONS_NAME
Constant used for the name of the CustomizedTransformations association. |
static java.lang.String |
ASSOCIATION_CUSTOMIZEDTYPES_NAME
Constant used for the name of the CustomizedTypes association. |
static java.lang.String |
ASSOCIATION_DEPENDENTCOMPONENTS_NAME
Constant used for the name of the DependentComponents association. |
static java.lang.String |
ASSOCIATION_DEPENDSONCOMPONENTS_NAME
Constant used for the name of the DependsOnComponents association. |
static java.lang.String |
ASSOCIATION_DEPLOYEDCOMPONENTS_NAME
Constant used for the name of the DeployedComponents association. |
static java.lang.String |
ASSOCIATION_EDITEDPROPERTIES_NAME
Constant used for the name of the EditedProperties association. |
static java.lang.String |
ASSOCIATION_EDITEDTYPES_NAME
Constant used for the name of the EditedTypes association. |
static java.lang.String |
ASSOCIATION_IMPLEMENTEDOBJECTS_NAME
Constant used for the name of the ImplementedObjects association. |
static java.lang.String |
ASSOCIATION_PROPERTYGROUPS_NAME
Constant used for the name of the PropertyGroups association. |
static java.lang.String |
ASSOCIATION_SOFTWAREGROUPS_NAME
Constant used for the name of the SoftwareGroups association. |
static java.lang.String |
ASSOCIATION_SOFTWARETREES_NAME
Constant used for the name of the SoftwareTrees association. |
static java.lang.String |
ASSOCIATION_VALIDATEDPROPERTIES_NAME
Constant used for the name of the ValidatedProperties association. |
static java.lang.String |
ASSOCIATION_VALIDATEDTYPES_NAME
Constant used for the name of the ValidatedTypes association. |
static java.lang.String |
ATTRIBUTE_CLASSIDENTIFIER_NAME
Constant used for the name of the ClassIdentifier attribute. |
static java.lang.String |
ATTRIBUTE_CONFIGUREVERSION_NAME
Constant used for the name of the ConfigureVersion attribute. |
static java.lang.String |
ATTRIBUTE_MAJOR_NAME
Constant used for the name of the Major attribute. |
static java.lang.String |
ATTRIBUTE_MINOR_NAME
Constant used for the name of the Minor attribute. |
static java.lang.String |
ATTRIBUTE_PLATFORM_NAME
Constant used for the name of the Platform attribute. |
static java.lang.String |
ATTRIBUTE_PRODUCTIDENTIFIER_NAME
Constant used for the name of the ProductIdentifier attribute. |
static java.lang.String |
ATTRIBUTE_PRODUCTNAME_NAME
Constant used for the name of the ProductName attribute. |
static java.lang.String |
ATTRIBUTE_SOFTWAREVERSION_NAME
Constant used for the name of the SoftwareVersion attribute. |
static java.lang.String |
ATTRIBUTE_SPECVENDOR_NAME
Constant used for the name of the SpecVendor attribute. |
static java.lang.String |
ATTRIBUTE_SPECVERSION_NAME
Constant used for the name of the SpecVersion attribute. |
static java.lang.String |
ATTRIBUTE_VENDOR_NAME
Constant used for the name of the Vendor attribute. |
static java.lang.String |
ATTRIBUTE_VENDORIDENTIFIER_NAME
Constant used for the name of the VendorIdentifier attribute. |
| Fields inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAME |
| Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
|---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
| Method Summary | |
|---|---|
abstract java.lang.String |
getClassIdentifier()
Gets the String value of ClassIdentifier |
abstract int |
getClassIdentifierMaxLength()
Gets the maximum length of ClassIdentifier |
abstract int |
getClassIdentifierState()
Gets the Metadata State of ClassIdentifier |
abstract java.lang.String |
getConfigureVersion()
Gets the String value of ConfigureVersion |
abstract int |
getConfigureVersionMaxLength()
Gets the maximum length of ConfigureVersion |
abstract int |
getConfigureVersionState()
Gets the Metadata State of ConfigureVersion |
abstract AssociationList |
getCustomizedProperties()
Gets the AssociationList of CustomizedProperties |
abstract AssociationList |
getCustomizedProperties(boolean fGoToServer)
Gets the Associationlist of CustomizedProperties |
abstract AssociationList |
getCustomizedTransformations()
Gets the AssociationList of CustomizedTransformations |
abstract AssociationList |
getCustomizedTransformations(boolean fGoToServer)
Gets the Associationlist of CustomizedTransformations |
abstract AssociationList |
getCustomizedTypes()
Gets the AssociationList of CustomizedTypes |
abstract AssociationList |
getCustomizedTypes(boolean fGoToServer)
Gets the Associationlist of CustomizedTypes |
abstract AssociationList |
getDependentComponents()
Gets the AssociationList of DependentComponents |
abstract AssociationList |
getDependentComponents(boolean fGoToServer)
Gets the Associationlist of DependentComponents |
abstract AssociationList |
getDependsOnComponents()
Gets the Association list of DependsOnComponents |
abstract AssociationList |
getDependsOnComponents(boolean fGoToServer)
Gets the Associationlist of DependsOnComponents |
abstract AssociationList |
getDeployedComponents()
Gets the Association list of DeployedComponents |
abstract AssociationList |
getDeployedComponents(boolean fGoToServer)
Gets the Associationlist of DeployedComponents |
abstract AssociationList |
getEditedProperties()
Gets the AssociationList of EditedProperties |
abstract AssociationList |
getEditedProperties(boolean fGoToServer)
Gets the Associationlist of EditedProperties |
abstract AssociationList |
getEditedTypes()
Gets the AssociationList of EditedTypes |
abstract AssociationList |
getEditedTypes(boolean fGoToServer)
Gets the Associationlist of EditedTypes |
abstract AssociationList |
getImplementedObjects()
Gets the AssociationList of ImplementedObjects |
abstract AssociationList |
getImplementedObjects(boolean fGoToServer)
Gets the Associationlist of ImplementedObjects |
abstract int |
getMajor()
Gets the int value of Major |
abstract int |
getMajorState()
Gets the Metadata State of Major |
abstract int |
getMinor()
Gets the int value of Minor |
abstract int |
getMinorState()
Gets the Metadata State of Minor |
abstract java.lang.String |
getPlatform()
Gets the String value of Platform |
abstract int |
getPlatformMaxLength()
Gets the maximum length of Platform |
abstract int |
getPlatformState()
Gets the Metadata State of Platform |
abstract java.lang.String |
getProductIdentifier()
Gets the String value of ProductIdentifier |
abstract int |
getProductIdentifierMaxLength()
Gets the maximum length of ProductIdentifier |
abstract int |
getProductIdentifierState()
Gets the Metadata State of ProductIdentifier |
abstract java.lang.String |
getProductName()
Gets the String value of ProductName |
abstract int |
getProductNameMaxLength()
Gets the maximum length of ProductName |
abstract int |
getProductNameState()
Gets the Metadata State of ProductName |
abstract AssociationList |
getPropertyGroups()
Gets the Association list of PropertyGroups |
abstract AssociationList |
getPropertyGroups(boolean fGoToServer)
Gets the Associationlist of PropertyGroups |
abstract AssociationList |
getSoftwareGroups()
Gets the AssociationList of SoftwareGroups |
abstract AssociationList |
getSoftwareGroups(boolean fGoToServer)
Gets the Associationlist of SoftwareGroups |
abstract AssociationList |
getSoftwareTrees()
Gets the AssociationList of SoftwareTrees |
abstract AssociationList |
getSoftwareTrees(boolean fGoToServer)
Gets the Associationlist of SoftwareTrees |
abstract java.lang.String |
getSoftwareVersion()
Gets the String value of SoftwareVersion |
abstract int |
getSoftwareVersionMaxLength()
Gets the maximum length of SoftwareVersion |
abstract int |
getSoftwareVersionState()
Gets the Metadata State of SoftwareVersion |
abstract java.lang.String |
getSpecVendor()
Gets the String value of SpecVendor |
abstract int |
getSpecVendorMaxLength()
Gets the maximum length of SpecVendor |
abstract int |
getSpecVendorState()
Gets the Metadata State of SpecVendor |
abstract java.lang.String |
getSpecVersion()
Gets the String value of SpecVersion |
abstract int |
getSpecVersionMaxLength()
Gets the maximum length of SpecVersion |
abstract int |
getSpecVersionState()
Gets the Metadata State of SpecVersion |
abstract AssociationList |
getValidatedProperties()
Gets the AssociationList of ValidatedProperties |
abstract AssociationList |
getValidatedProperties(boolean fGoToServer)
Gets the Associationlist of ValidatedProperties |
abstract AssociationList |
getValidatedTypes()
Gets the AssociationList of ValidatedTypes |
abstract AssociationList |
getValidatedTypes(boolean fGoToServer)
Gets the Associationlist of ValidatedTypes |
abstract java.lang.String |
getVendor()
Gets the String value of Vendor |
abstract java.lang.String |
getVendorIdentifier()
Gets the String value of VendorIdentifier |
abstract int |
getVendorIdentifierMaxLength()
Gets the maximum length of VendorIdentifier |
abstract int |
getVendorIdentifierState()
Gets the Metadata State of VendorIdentifier |
abstract int |
getVendorMaxLength()
Gets the maximum length of Vendor |
abstract int |
getVendorState()
Gets the Metadata State of Vendor |
abstract void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: CustomizedPropertiesCustomizedTransformationsCustomizedTypesDependentComponentsEditedPropertiesEditedTypesImplementedObjectsSoftwareGroupsSoftwareTreesValidatedPropertiesValidatedTypes |
abstract void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
abstract void |
setClassIdentifier(java.lang.String inClassIdentifier)
Sets the ClassIdentifier value and sets the state to MetadataState.LOCAL. |
abstract void |
setClassIdentifier(java.lang.String inClassIdentifier,
int state)
Sets the ClassIdentifier Metadata State. |
abstract void |
setClassIdentifierState(int state)
Sets the Metadata State of ClassIdentifier. |
abstract void |
setConfigureVersion(java.lang.String inConfigureVersion)
Sets the ConfigureVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setConfigureVersion(java.lang.String inConfigureVersion,
int state)
Sets the ConfigureVersion Metadata State. |
abstract void |
setConfigureVersionState(int state)
Sets the Metadata State of ConfigureVersion. |
abstract void |
setCustomizedProperties(AssociationList list)
Sets the CustomizedProperties list to be list. |
abstract void |
setCustomizedProperties(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setCustomizedTransformations(AssociationList list)
Sets the CustomizedTransformations list to be list. |
abstract void |
setCustomizedTransformations(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setCustomizedTypes(AssociationList list)
Sets the CustomizedTypes list to be list. |
abstract void |
setCustomizedTypes(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setDependentComponents(AssociationList list)
Sets the DependentComponents list to be list. |
abstract void |
setDependentComponents(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setDependsOnComponents(AssociationList list)
Sets the DependsOnComponents list to be list. |
abstract void |
setDependsOnComponents(AssociationList inObjects,
int state)
Sets the entire DependsOnComponents list to match the passed in AssociationList, sets the state of the DependsOnComponents |
abstract void |
setDeployedComponents(AssociationList list)
Sets the DeployedComponents list to be list. |
abstract void |
setDeployedComponents(AssociationList inObjects,
int state)
Sets the entire DeployedComponents list to match the passed in AssociationList, sets the state of the DeployedComponents |
abstract void |
setEditedProperties(AssociationList list)
Sets the EditedProperties list to be list. |
abstract void |
setEditedProperties(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setEditedTypes(AssociationList list)
Sets the EditedTypes list to be list. |
abstract void |
setEditedTypes(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setImplementedObjects(AssociationList list)
Sets the ImplementedObjects list to be list. |
abstract void |
setImplementedObjects(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setMajor(int inMajor)
Sets the Major value and sets the state to MetadataState.LOCAL. |
abstract void |
setMajor(int inMajor,
int state)
Sets the Major Metadata State. |
abstract void |
setMajor(java.lang.String inMajor)
Sets the Major value and sets the state to MetadataState.LOCAL. |
abstract void |
setMajor(java.lang.String inMajor,
int state)
Sets the Major value and Metadata State. |
abstract void |
setMajorState(int state)
Sets the Metadata State of Major. |
abstract void |
setMinor(int inMinor)
Sets the Minor value and sets the state to MetadataState.LOCAL. |
abstract void |
setMinor(int inMinor,
int state)
Sets the Minor Metadata State. |
abstract void |
setMinor(java.lang.String inMinor)
Sets the Minor value and sets the state to MetadataState.LOCAL. |
abstract void |
setMinor(java.lang.String inMinor,
int state)
Sets the Minor value and Metadata State. |
abstract void |
setMinorState(int state)
Sets the Metadata State of Minor. |
abstract void |
setPlatform(java.lang.String inPlatform)
Sets the Platform value and sets the state to MetadataState.LOCAL. |
abstract void |
setPlatform(java.lang.String inPlatform,
int state)
Sets the Platform Metadata State. |
abstract void |
setPlatformState(int state)
Sets the Metadata State of Platform. |
abstract void |
setProductIdentifier(java.lang.String inProductIdentifier)
Sets the ProductIdentifier value and sets the state to MetadataState.LOCAL. |
abstract void |
setProductIdentifier(java.lang.String inProductIdentifier,
int state)
Sets the ProductIdentifier Metadata State. |
abstract void |
setProductIdentifierState(int state)
Sets the Metadata State of ProductIdentifier. |
abstract void |
setProductName(java.lang.String inProductName)
Sets the ProductName value and sets the state to MetadataState.LOCAL. |
abstract void |
setProductName(java.lang.String inProductName,
int state)
Sets the ProductName Metadata State. |
abstract void |
setProductNameState(int state)
Sets the Metadata State of ProductName. |
abstract void |
setPropertyGroups(AssociationList list)
Sets the PropertyGroups list to be list. |
abstract void |
setPropertyGroups(AssociationList inObjects,
int state)
Sets the entire PropertyGroups list to match the passed in AssociationList, sets the state of the PropertyGroups |
abstract void |
setSoftwareGroups(AssociationList list)
Sets the SoftwareGroups list to be list. |
abstract void |
setSoftwareGroups(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setSoftwareTrees(AssociationList list)
Sets the SoftwareTrees list to be list. |
abstract void |
setSoftwareTrees(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setSoftwareVersion(java.lang.String inSoftwareVersion)
Sets the SoftwareVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setSoftwareVersion(java.lang.String inSoftwareVersion,
int state)
Sets the SoftwareVersion Metadata State. |
abstract void |
setSoftwareVersionState(int state)
Sets the Metadata State of SoftwareVersion. |
abstract void |
setSpecVendor(java.lang.String inSpecVendor)
Sets the SpecVendor value and sets the state to MetadataState.LOCAL. |
abstract void |
setSpecVendor(java.lang.String inSpecVendor,
int state)
Sets the SpecVendor Metadata State. |
abstract void |
setSpecVendorState(int state)
Sets the Metadata State of SpecVendor. |
abstract void |
setSpecVersion(java.lang.String inSpecVersion)
Sets the SpecVersion value and sets the state to MetadataState.LOCAL. |
abstract void |
setSpecVersion(java.lang.String inSpecVersion,
int state)
Sets the SpecVersion Metadata State. |
abstract void |
setSpecVersionState(int state)
Sets the Metadata State of SpecVersion. |
abstract void |
setValidatedProperties(AssociationList list)
Sets the ValidatedProperties list to be list. |
abstract void |
setValidatedProperties(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setValidatedTypes(AssociationList list)
Sets the ValidatedTypes list to be list. |
abstract void |
setValidatedTypes(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
abstract void |
setVendor(java.lang.String inVendor)
Sets the Vendor value and sets the state to MetadataState.LOCAL. |
abstract void |
setVendor(java.lang.String inVendor,
int state)
Sets the Vendor Metadata State. |
abstract void |
setVendorIdentifier(java.lang.String inVendorIdentifier)
Sets the VendorIdentifier value and sets the state to MetadataState.LOCAL. |
abstract void |
setVendorIdentifier(java.lang.String inVendorIdentifier,
int state)
Sets the VendorIdentifier Metadata State. |
abstract void |
setVendorIdentifierState(int state)
Sets the Metadata State of VendorIdentifier. |
abstract void |
setVendorState(int state)
Sets the Metadata State of Vendor. |
| Methods inherited from interface com.sas.metadata.remote.PrimaryType |
|---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
| Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
|---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
| Field Detail |
|---|
static final java.lang.String ATTRIBUTE_SOFTWAREVERSION_NAME
SoftwareVersion: This is a string that represents the version of the software that is running.
static final java.lang.String ATTRIBUTE_MAJOR_NAME
Major: This is an indicator of the major release number of this component.
static final java.lang.String ATTRIBUTE_MINOR_NAME
Minor: This is an indication of the minor release number of this component.
static final java.lang.String ATTRIBUTE_VENDOR_NAME
Vendor: A string that represents the vendor of the software.
static final java.lang.String ATTRIBUTE_SPECVERSION_NAME
SpecVersion: A string that indicates the name and the version number of the specification implemented by this component.
static final java.lang.String ATTRIBUTE_SPECVENDOR_NAME
SpecVendor: The name of the vendor that provided the specification.
static final java.lang.String ATTRIBUTE_VENDORIDENTIFIER_NAME
VendorIdentifier: An ID representing the vendor of the software.
static final java.lang.String ATTRIBUTE_CLASSIDENTIFIER_NAME
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
static final java.lang.String ATTRIBUTE_PRODUCTNAME_NAME
ProductName: The product name. For example: Visio, Excel
static final java.lang.String ATTRIBUTE_PLATFORM_NAME
Platform: This represents the platform or language of the component. Examples are: COM, Java.
static final java.lang.String ATTRIBUTE_PRODUCTIDENTIFIER_NAME
ProductIdentifier: The vendors unique identifier for this product. For SAS products this may be, but is not limited to, the PRODNUM.
static final java.lang.String ATTRIBUTE_CONFIGUREVERSION_NAME
ConfigureVersion: This is a string that represents the version of the code in the configuration directory.
static final java.lang.String ASSOCIATION_CUSTOMIZEDPROPERTIES_NAME
CustomizedProperties: The properties customized by this program.
static final java.lang.String ASSOCIATION_CUSTOMIZEDTRANSFORMATIONS_NAME
CustomizedTransformations: The objects that use this software component as a customizer.
static final java.lang.String ASSOCIATION_CUSTOMIZEDTYPES_NAME
CustomizedTypes: The PropertyTypes customized by this program.
static final java.lang.String ASSOCIATION_DEPENDENTCOMPONENTS_NAME
DependentComponents: The components that are dependents of this component.
static final java.lang.String ASSOCIATION_EDITEDPROPERTIES_NAME
EditedProperties: The properties that are edited using this program.
static final java.lang.String ASSOCIATION_EDITEDTYPES_NAME
EditedTypes: The PropertyType objects that can be edited by this program.
static final java.lang.String ASSOCIATION_IMPLEMENTEDOBJECTS_NAME
ImplementedObjects: The information contained in these objects is used by this software component.
static final java.lang.String ASSOCIATION_SOFTWAREGROUPS_NAME
SoftwareGroups: The groups associated with this SoftwareComponent.
static final java.lang.String ASSOCIATION_SOFTWARETREES_NAME
SoftwareTrees: The trees used by this software component.
static final java.lang.String ASSOCIATION_VALIDATEDPROPERTIES_NAME
ValidatedProperties: The properties that are validated by this program.
static final java.lang.String ASSOCIATION_VALIDATEDTYPES_NAME
ValidatedTypes: The PropertyType objects that are validated by this program.
static final java.lang.String ASSOCIATION_DEPENDSONCOMPONENTS_NAME
DependsOnComponents: The components that this component depends upon.
static final java.lang.String ASSOCIATION_DEPLOYEDCOMPONENTS_NAME
DeployedComponents: *Unknown*
static final java.lang.String ASSOCIATION_PROPERTYGROUPS_NAME
PropertyGroups: The property groups that can be displayed using this form.
| Method Detail |
|---|
void initializeRequiredObjects()
throws java.rmi.RemoteException
initializeRequiredObjects in interface MdObjectBaseUtilinitializeRequiredObjects in interface PrimaryTypeinitializeRequiredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
void initializePredObjects()
throws java.rmi.RemoteException
CustomizedPropertiesCustomizedTransformationsCustomizedTypesDependentComponentsEditedPropertiesEditedTypesImplementedObjectsSoftwareGroupsSoftwareTreesValidatedPropertiesValidatedTypes
initializePredObjects in interface MdObjectBaseinitializePredObjects in interface PrimaryTypeinitializePredObjects in interface Rootjava.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSoftwareVersion()
throws java.rmi.RemoteException
String value of SoftwareVersion
SoftwareVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSoftwareVersionState()
throws java.rmi.RemoteException
SoftwareVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSoftwareVersionMaxLength()
throws java.rmi.RemoteException
SoftwareVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMajor()
throws java.rmi.RemoteException
int value of Major
Major
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMajorState()
throws java.rmi.RemoteException
Major
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMinor()
throws java.rmi.RemoteException
int value of Minor
Minor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getMinorState()
throws java.rmi.RemoteException
Minor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getVendor()
throws java.rmi.RemoteException
String value of Vendor
Vendor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getVendorState()
throws java.rmi.RemoteException
Vendor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getVendorMaxLength()
throws java.rmi.RemoteException
Vendor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSpecVersion()
throws java.rmi.RemoteException
String value of SpecVersion
SpecVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSpecVersionState()
throws java.rmi.RemoteException
SpecVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSpecVersionMaxLength()
throws java.rmi.RemoteException
SpecVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getSpecVendor()
throws java.rmi.RemoteException
String value of SpecVendor
SpecVendor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSpecVendorState()
throws java.rmi.RemoteException
SpecVendor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getSpecVendorMaxLength()
throws java.rmi.RemoteException
SpecVendor
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getVendorIdentifier()
throws java.rmi.RemoteException
String value of VendorIdentifier
VendorIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getVendorIdentifierState()
throws java.rmi.RemoteException
VendorIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getVendorIdentifierMaxLength()
throws java.rmi.RemoteException
VendorIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getClassIdentifier()
throws java.rmi.RemoteException
String value of ClassIdentifier
ClassIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getClassIdentifierState()
throws java.rmi.RemoteException
ClassIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getClassIdentifierMaxLength()
throws java.rmi.RemoteException
ClassIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getProductName()
throws java.rmi.RemoteException
String value of ProductName
ProductName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getProductNameState()
throws java.rmi.RemoteException
ProductName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getProductNameMaxLength()
throws java.rmi.RemoteException
ProductName
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getPlatform()
throws java.rmi.RemoteException
String value of Platform
Platform
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPlatformState()
throws java.rmi.RemoteException
Platform
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getPlatformMaxLength()
throws java.rmi.RemoteException
Platform
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getProductIdentifier()
throws java.rmi.RemoteException
String value of ProductIdentifier
ProductIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getProductIdentifierState()
throws java.rmi.RemoteException
ProductIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getProductIdentifierMaxLength()
throws java.rmi.RemoteException
ProductIdentifier
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
java.lang.String getConfigureVersion()
throws java.rmi.RemoteException
String value of ConfigureVersion
ConfigureVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getConfigureVersionState()
throws java.rmi.RemoteException
ConfigureVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
int getConfigureVersionMaxLength()
throws java.rmi.RemoteException
ConfigureVersion
java.rmi.RemoteException - If error connecting/communicating to/with remote object.
AssociationList getCustomizedProperties()
throws java.rmi.RemoteException,
MdException
CustomizedProperties
CustomizedProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCustomizedTransformations()
throws java.rmi.RemoteException,
MdException
CustomizedTransformations
CustomizedTransformations which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCustomizedTypes()
throws java.rmi.RemoteException,
MdException
CustomizedTypes
CustomizedTypes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDependentComponents()
throws java.rmi.RemoteException,
MdException
DependentComponents
DependentComponents which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getEditedProperties()
throws java.rmi.RemoteException,
MdException
EditedProperties
EditedProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getEditedTypes()
throws java.rmi.RemoteException,
MdException
EditedTypes
EditedTypes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getImplementedObjects()
throws java.rmi.RemoteException,
MdException
ImplementedObjects
ImplementedObjects which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getSoftwareGroups()
throws java.rmi.RemoteException,
MdException
SoftwareGroups
SoftwareGroups which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getSoftwareTrees()
throws java.rmi.RemoteException,
MdException
SoftwareTrees
SoftwareTrees which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getValidatedProperties()
throws java.rmi.RemoteException,
MdException
ValidatedProperties
ValidatedProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getValidatedTypes()
throws java.rmi.RemoteException,
MdException
ValidatedTypes
ValidatedTypes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDependsOnComponents()
throws java.rmi.RemoteException,
MdException
DependsOnComponents
DependsOnComponents which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDeployedComponents()
throws java.rmi.RemoteException,
MdException
DeployedComponents
DeployedComponents which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getPropertyGroups()
throws java.rmi.RemoteException,
MdException
PropertyGroups
PropertyGroups which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCustomizedProperties(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
CustomizedProperties
fGoToServer - boolean Get the value from the server.
CustomizedProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCustomizedTransformations(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
CustomizedTransformations
fGoToServer - boolean Get the value from the server.
CustomizedTransformations which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getCustomizedTypes(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
CustomizedTypes
fGoToServer - boolean Get the value from the server.
CustomizedTypes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDependentComponents(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
DependentComponents
fGoToServer - boolean Get the value from the server.
DependentComponents which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getEditedProperties(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
EditedProperties
fGoToServer - boolean Get the value from the server.
EditedProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getEditedTypes(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
EditedTypes
fGoToServer - boolean Get the value from the server.
EditedTypes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getImplementedObjects(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
ImplementedObjects
fGoToServer - boolean Get the value from the server.
ImplementedObjects which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getSoftwareGroups(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
SoftwareGroups
fGoToServer - boolean Get the value from the server.
SoftwareGroups which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getSoftwareTrees(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
SoftwareTrees
fGoToServer - boolean Get the value from the server.
SoftwareTrees which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getValidatedProperties(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
ValidatedProperties
fGoToServer - boolean Get the value from the server.
ValidatedProperties which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getValidatedTypes(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
ValidatedTypes
fGoToServer - boolean Get the value from the server.
ValidatedTypes which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDependsOnComponents(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
DependsOnComponents
fGoToServer - boolean Get the value from the server.
DependsOnComponents which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getDeployedComponents(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
DeployedComponents
fGoToServer - boolean Get the value from the server.
DeployedComponents which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
AssociationList getPropertyGroups(boolean fGoToServer)
throws java.rmi.RemoteException,
MdException
PropertyGroups
fGoToServer - boolean Get the value from the server.
PropertyGroups which can be of type: java.rmi.RemoteException - If error connecting/communicating to/with remote object.
MdException - If error getting/setting part of the object.
void setSoftwareVersion(java.lang.String inSoftwareVersion)
throws java.rmi.RemoteException
SoftwareVersion value and sets the state to MetadataState.LOCAL.
inSoftwareVersion - String
java.rmi.RemoteException - If error communicating with remote object.
void setSoftwareVersion(java.lang.String inSoftwareVersion,
int state)
throws java.rmi.RemoteException
SoftwareVersion Metadata State.
inSoftwareVersion - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSoftwareVersionState(int state)
throws java.rmi.RemoteException
SoftwareVersion.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajor(int inMajor)
throws java.rmi.RemoteException
Major value and sets the state to MetadataState.LOCAL.
inMajor - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajor(int inMajor,
int state)
throws java.rmi.RemoteException
Major Metadata State.
inMajor - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajor(java.lang.String inMajor)
throws java.rmi.RemoteException
Major value and sets the state to MetadataState.LOCAL.
inMajor - String
java.rmi.RemoteException - If error communicating with remote object.
void setMajor(java.lang.String inMajor,
int state)
throws java.rmi.RemoteException
Major value and Metadata State.
inMajor - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMajorState(int state)
throws java.rmi.RemoteException
Major.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinor(int inMinor)
throws java.rmi.RemoteException
Minor value and sets the state to MetadataState.LOCAL.
inMinor - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinor(int inMinor,
int state)
throws java.rmi.RemoteException
Minor Metadata State.
inMinor - intstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinor(java.lang.String inMinor)
throws java.rmi.RemoteException
Minor value and sets the state to MetadataState.LOCAL.
inMinor - String
java.rmi.RemoteException - If error communicating with remote object.
void setMinor(java.lang.String inMinor,
int state)
throws java.rmi.RemoteException
Minor value and Metadata State.
inMinor - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setMinorState(int state)
throws java.rmi.RemoteException
Minor.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setVendor(java.lang.String inVendor)
throws java.rmi.RemoteException
Vendor value and sets the state to MetadataState.LOCAL.
inVendor - String
java.rmi.RemoteException - If error communicating with remote object.
void setVendor(java.lang.String inVendor,
int state)
throws java.rmi.RemoteException
Vendor Metadata State.
inVendor - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setVendorState(int state)
throws java.rmi.RemoteException
Vendor.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSpecVersion(java.lang.String inSpecVersion)
throws java.rmi.RemoteException
SpecVersion value and sets the state to MetadataState.LOCAL.
inSpecVersion - String
java.rmi.RemoteException - If error communicating with remote object.
void setSpecVersion(java.lang.String inSpecVersion,
int state)
throws java.rmi.RemoteException
SpecVersion Metadata State.
inSpecVersion - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSpecVersionState(int state)
throws java.rmi.RemoteException
SpecVersion.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setSpecVendor(java.lang.String inSpecVendor)
throws java.rmi.RemoteException
SpecVendor value and sets the state to MetadataState.LOCAL.
inSpecVendor - String
java.rmi.RemoteException - If error communicating with remote object.
void setSpecVendor(java.lang.String inSpecVendor,
int state)
throws java.rmi.RemoteException
SpecVendor Metadata State.
inSpecVendor - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSpecVendorState(int state)
throws java.rmi.RemoteException
SpecVendor.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setVendorIdentifier(java.lang.String inVendorIdentifier)
throws java.rmi.RemoteException
VendorIdentifier value and sets the state to MetadataState.LOCAL.
inVendorIdentifier - String
java.rmi.RemoteException - If error communicating with remote object.
void setVendorIdentifier(java.lang.String inVendorIdentifier,
int state)
throws java.rmi.RemoteException
VendorIdentifier Metadata State.
inVendorIdentifier - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setVendorIdentifierState(int state)
throws java.rmi.RemoteException
VendorIdentifier.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setClassIdentifier(java.lang.String inClassIdentifier)
throws java.rmi.RemoteException
ClassIdentifier value and sets the state to MetadataState.LOCAL.
inClassIdentifier - String
java.rmi.RemoteException - If error communicating with remote object.
void setClassIdentifier(java.lang.String inClassIdentifier,
int state)
throws java.rmi.RemoteException
ClassIdentifier Metadata State.
inClassIdentifier - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setClassIdentifierState(int state)
throws java.rmi.RemoteException
ClassIdentifier.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setProductName(java.lang.String inProductName)
throws java.rmi.RemoteException
ProductName value and sets the state to MetadataState.LOCAL.
inProductName - String
java.rmi.RemoteException - If error communicating with remote object.
void setProductName(java.lang.String inProductName,
int state)
throws java.rmi.RemoteException
ProductName Metadata State.
inProductName - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setProductNameState(int state)
throws java.rmi.RemoteException
ProductName.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setPlatform(java.lang.String inPlatform)
throws java.rmi.RemoteException
Platform value and sets the state to MetadataState.LOCAL.
inPlatform - String
java.rmi.RemoteException - If error communicating with remote object.
void setPlatform(java.lang.String inPlatform,
int state)
throws java.rmi.RemoteException
Platform Metadata State.
inPlatform - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPlatformState(int state)
throws java.rmi.RemoteException
Platform.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setProductIdentifier(java.lang.String inProductIdentifier)
throws java.rmi.RemoteException
ProductIdentifier value and sets the state to MetadataState.LOCAL.
inProductIdentifier - String
java.rmi.RemoteException - If error communicating with remote object.
void setProductIdentifier(java.lang.String inProductIdentifier,
int state)
throws java.rmi.RemoteException
ProductIdentifier Metadata State.
inProductIdentifier - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setProductIdentifierState(int state)
throws java.rmi.RemoteException
ProductIdentifier.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setConfigureVersion(java.lang.String inConfigureVersion)
throws java.rmi.RemoteException
ConfigureVersion value and sets the state to MetadataState.LOCAL.
inConfigureVersion - String
java.rmi.RemoteException - If error communicating with remote object.
void setConfigureVersion(java.lang.String inConfigureVersion,
int state)
throws java.rmi.RemoteException
ConfigureVersion Metadata State.
inConfigureVersion - Stringstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setConfigureVersionState(int state)
throws java.rmi.RemoteException
ConfigureVersion.
state - int
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizedProperties(AssociationList list)
throws java.rmi.RemoteException
CustomizedProperties list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizedProperties(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizedTransformations(AssociationList list)
throws java.rmi.RemoteException
CustomizedTransformations list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizedTransformations(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizedTypes(AssociationList list)
throws java.rmi.RemoteException
CustomizedTypes list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setCustomizedTypes(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setDependentComponents(AssociationList list)
throws java.rmi.RemoteException
DependentComponents list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setDependentComponents(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setEditedProperties(AssociationList list)
throws java.rmi.RemoteException
EditedProperties list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setEditedProperties(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setEditedTypes(AssociationList list)
throws java.rmi.RemoteException
EditedTypes list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setEditedTypes(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setImplementedObjects(AssociationList list)
throws java.rmi.RemoteException
ImplementedObjects list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setImplementedObjects(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSoftwareGroups(AssociationList list)
throws java.rmi.RemoteException
SoftwareGroups list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setSoftwareGroups(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setSoftwareTrees(AssociationList list)
throws java.rmi.RemoteException
SoftwareTrees list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setSoftwareTrees(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidatedProperties(AssociationList list)
throws java.rmi.RemoteException
ValidatedProperties list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setValidatedProperties(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setValidatedTypes(AssociationList list)
throws java.rmi.RemoteException
ValidatedTypes list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setValidatedTypes(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setDependsOnComponents(AssociationList list)
throws java.rmi.RemoteException
DependsOnComponents list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setDependsOnComponents(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setDeployedComponents(AssociationList list)
throws java.rmi.RemoteException
DeployedComponents list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setDeployedComponents(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyGroups(AssociationList list)
throws java.rmi.RemoteException
PropertyGroups list to be list. Objects of which can be of type:
list - AssociationList
java.rmi.RemoteException - If error communicating with remote object.
void setPropertyGroups(AssociationList inObjects,
int state)
throws java.rmi.RemoteException
inObjects - AssociationListstate - int
java.rmi.RemoteException - If error communicating with remote object.
|
| Metadata |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||