Interface AbstractProperty
- All Superinterfaces:
CMetadata,LocalizedType,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,Remote,Root,SecondaryType
- All Known Subinterfaces:
AssociationProperty,AttributeProperty,Property,PrototypeProperty
Attributes of AbstractProperty are:
Associations of AbstractProperty are:
Usage
To create an instance of this AbstractProperty, use thefactory
create methods. Example: create a AbstractProperty with name "AbstractProperty_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(); AbstractProperty myObject = (AbstractProperty) factory.createComplexMetadataObject(objectStore, "AbstractProperty_Object", MetadataObjects.ABSTRACTPROPERTY, "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 AssociatedPropertyGroup association.static final StringConstant used for the name of the Customizers association.static final StringConstant used for the name of the Editors association.static final StringConstant used for the name of the StoredConfiguration association.static final StringConstant used for the name of the Validators association.static final StringConstant used for the name of the IsExpert attribute.static final StringConstant used for the name of the IsLinked attribute.static final StringConstant used for the name of the IsRequired attribute.static final StringConstant used for the name of the IsUpdateable attribute.static final StringConstant used for the name of the IsVisible attribute.Fields inherited from interface com.sas.metadata.remote.LocalizedType
ASSOCIATION_RESOURCES_NAMEFields 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.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets thePropertyGroupforAssociatedPropertyGroupGets the AssociationList ofAssociatedPropertyGroupsgetAssociatedPropertyGroups(boolean fGoToServer) Gets the Associationlist ofAssociatedPropertyGroupsGets the Association list ofCustomizersgetCustomizers(boolean fGoToServer) Gets the Associationlist ofCustomizersGets the Association list ofEditorsgetEditors(boolean fGoToServer) Gets the Associationlist ofEditorsintGets theintvalue ofIsExpertintGets the Metadata State ofIsExpertintGets theintvalue ofIsLinkedintGets the Metadata State ofIsLinkedintGets theintvalue ofIsRequiredintGets the Metadata State ofIsRequiredintGets theintvalue ofIsUpdateableintGets the Metadata State ofIsUpdateableintGets theintvalue ofIsVisibleintGets the Metadata State ofIsVisibleGets theTextforStoredConfigurationGets the AssociationList ofStoredConfigurationsgetStoredConfigurations(boolean fGoToServer) Gets the Associationlist ofStoredConfigurationsGets the Association list ofValidatorsgetValidators(boolean fGoToServer) Gets the Associationlist ofValidatorsvoid(S) Adds the Associated objects to the predObjects which are:
AssociatedPropertyGroup
StoredConfigurationvoid(S) This initializes the Required Objects(Roles) which are:voidsetAssociatedPropertyGroup(PropertyGroup inObject) Sets theAssociatedPropertyGroupslist 0th element to beinObject.voidSets theAssociatedPropertyGroupslist to belist.voidsetAssociatedPropertyGroups(AssociationList list, int state) Sets theAssociatedPropertyGroupslist to belist.voidSets theCustomizerslist to belist.voidsetCustomizers(AssociationList inObjects, int state) Sets the entire Customizers list to match the passed in AssociationList, sets the state of the CustomizersvoidsetEditors(AssociationList list) Sets theEditorslist to belist.voidsetEditors(AssociationList inObjects, int state) Sets the entire Editors list to match the passed in AssociationList, sets the state of the EditorsvoidsetIsExpert(int inIsExpert) Sets theIsExpertvalue and sets the state to MetadataState.LOCAL.voidsetIsExpert(int inIsExpert, int state) Sets theIsExpertMetadata State.voidsetIsExpert(String inIsExpert) Sets theIsExpertvalue and sets the state to MetadataState.LOCAL.voidsetIsExpert(String inIsExpert, int state) Sets theIsExpertvalue and Metadata State.voidsetIsExpertState(int state) Sets the Metadata State ofIsExpert.voidsetIsLinked(int inIsLinked) Sets theIsLinkedvalue and sets the state to MetadataState.LOCAL.voidsetIsLinked(int inIsLinked, int state) Sets theIsLinkedMetadata State.voidsetIsLinked(String inIsLinked) Sets theIsLinkedvalue and sets the state to MetadataState.LOCAL.voidsetIsLinked(String inIsLinked, int state) Sets theIsLinkedvalue and Metadata State.voidsetIsLinkedState(int state) Sets the Metadata State ofIsLinked.voidsetIsRequired(int inIsRequired) Sets theIsRequiredvalue and sets the state to MetadataState.LOCAL.voidsetIsRequired(int inIsRequired, int state) Sets theIsRequiredMetadata State.voidsetIsRequired(String inIsRequired) Sets theIsRequiredvalue and sets the state to MetadataState.LOCAL.voidsetIsRequired(String inIsRequired, int state) Sets theIsRequiredvalue and Metadata State.voidsetIsRequiredState(int state) Sets the Metadata State ofIsRequired.voidsetIsUpdateable(int inIsUpdateable) Sets theIsUpdateablevalue and sets the state to MetadataState.LOCAL.voidsetIsUpdateable(int inIsUpdateable, int state) Sets theIsUpdateableMetadata State.voidsetIsUpdateable(String inIsUpdateable) Sets theIsUpdateablevalue and sets the state to MetadataState.LOCAL.voidsetIsUpdateable(String inIsUpdateable, int state) Sets theIsUpdateablevalue and Metadata State.voidsetIsUpdateableState(int state) Sets the Metadata State ofIsUpdateable.voidsetIsVisible(int inIsVisible) Sets theIsVisiblevalue and sets the state to MetadataState.LOCAL.voidsetIsVisible(int inIsVisible, int state) Sets theIsVisibleMetadata State.voidsetIsVisible(String inIsVisible) Sets theIsVisiblevalue and sets the state to MetadataState.LOCAL.voidsetIsVisible(String inIsVisible, int state) Sets theIsVisiblevalue and Metadata State.voidsetIsVisibleState(int state) Sets the Metadata State ofIsVisible.voidsetStoredConfiguration(Text inObject) Sets theStoredConfigurationslist 0th element to beinObject.voidSets theStoredConfigurationslist to belist.voidsetStoredConfigurations(AssociationList list, int state) Sets theStoredConfigurationslist to belist.voidsetValidators(AssociationList list) Sets theValidatorslist to belist.voidsetValidators(AssociationList inObjects, int state) Sets the entire Validators list to match the passed in AssociationList, sets the state of the ValidatorsMethods inherited from interface com.sas.metadata.remote.LocalizedType
getResources, getResources, setResources, setResourcesMethods 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.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_ISVISIBLE_NAME
static final String ATTRIBUTE_ISVISIBLE_NAMEConstant used for the name of the IsVisible attribute.IsVisible: Should this property be displayed in a UI?
- See Also:
-
ATTRIBUTE_ISUPDATEABLE_NAME
static final String ATTRIBUTE_ISUPDATEABLE_NAMEConstant used for the name of the IsUpdateable attribute.IsUpdateable: Can this property be updated?
- See Also:
-
ATTRIBUTE_ISEXPERT_NAME
static final String ATTRIBUTE_ISEXPERT_NAMEConstant used for the name of the IsExpert attribute.IsExpert: Should the property be available only to expert users?
- See Also:
-
ATTRIBUTE_ISREQUIRED_NAME
static final String ATTRIBUTE_ISREQUIRED_NAMEConstant used for the name of the IsRequired attribute.IsRequired: Is this parameter required?
- See Also:
-
ATTRIBUTE_ISLINKED_NAME
static final String ATTRIBUTE_ISLINKED_NAMEConstant used for the name of the IsLinked attribute.IsLinked: IsLinked
- See Also:
-
ASSOCIATION_ASSOCIATEDPROPERTYGROUP_NAME
static final String ASSOCIATION_ASSOCIATEDPROPERTYGROUP_NAMEConstant used for the name of the AssociatedPropertyGroup association.AssociatedPropertyGroup: The group that contains these properties.
- See Also:
-
ASSOCIATION_STOREDCONFIGURATION_NAME
static final String ASSOCIATION_STOREDCONFIGURATION_NAMEConstant used for the name of the StoredConfiguration association.StoredConfiguration: The configuration information for this object.
- See Also:
-
ASSOCIATION_CUSTOMIZERS_NAME
static final String ASSOCIATION_CUSTOMIZERS_NAMEConstant used for the name of the Customizers association.Customizers: The programs used to customize this object. A customizer is a standalone editor used to customize or edit a value. It does not reside inside a UI element as an editor does, but defines it's own window. If none exists on the entity, the customizer of the property type is returned.
- See Also:
-
ASSOCIATION_EDITORS_NAME
static final String ASSOCIATION_EDITORS_NAMEConstant used for the name of the Editors association.Editors: The programs that can edit this property. The editor is a component that can be placed inside a UI container, such as a property sheet, and that edits the property value.
- See Also:
-
ASSOCIATION_VALIDATORS_NAME
static final String ASSOCIATION_VALIDATORS_NAMEConstant used for the name of the Validators association.Validators: The programs that can validate the value of this property.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- Specified by:
initializeRequiredObjectsin interfaceLocalizedType- Specified by:
initializeRequiredObjectsin interfaceMdObjectBaseUtil- Specified by:
initializeRequiredObjectsin interfaceRoot- Specified by:
initializeRequiredObjectsin interfaceSecondaryType- 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:
AssociatedPropertyGroup
StoredConfiguration- Specified by:
initializePredObjectsin interfaceLocalizedType- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfaceRoot- Specified by:
initializePredObjectsin interfaceSecondaryType- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsVisible
int getIsVisible() throws RemoteExceptionGets theintvalue ofIsVisible- Returns:
- The
IsVisible - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsVisibleState
int getIsVisibleState() throws RemoteExceptionGets the Metadata State ofIsVisible- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsUpdateable
int getIsUpdateable() throws RemoteExceptionGets theintvalue ofIsUpdateable- Returns:
- The
IsUpdateable - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsUpdateableState
int getIsUpdateableState() throws RemoteExceptionGets the Metadata State ofIsUpdateable- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsExpert
int getIsExpert() throws RemoteExceptionGets theintvalue ofIsExpert- Returns:
- The
IsExpert - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsExpertState
int getIsExpertState() throws RemoteExceptionGets the Metadata State ofIsExpert- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsRequired
int getIsRequired() throws RemoteExceptionGets theintvalue ofIsRequired- Returns:
- The
IsRequired - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsRequiredState
int getIsRequiredState() throws RemoteExceptionGets the Metadata State ofIsRequired- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsLinked
int getIsLinked() throws RemoteExceptionGets theintvalue ofIsLinked- Returns:
- The
IsLinked - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsLinkedState
int getIsLinkedState() throws RemoteExceptionGets the Metadata State ofIsLinked- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getAssociatedPropertyGroups
Gets the AssociationList ofAssociatedPropertyGroups- Returns:
- Returns the AssociationList of
AssociatedPropertyGroupswhich can be of type:
PropertyGroup - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getAssociatedPropertyGroup
Gets thePropertyGroupforAssociatedPropertyGroup- Returns:
- The
PropertyGroup(nullif not set) ofAssociatedPropertyGroupwhich can be of type:
PropertyGroup - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getStoredConfigurations
Gets the AssociationList ofStoredConfigurations- Returns:
- Returns the AssociationList of
StoredConfigurationswhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getStoredConfiguration
Gets theTextforStoredConfiguration- Returns:
- The
Text(nullif not set) ofStoredConfigurationwhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizers
Gets the Association list ofCustomizers- Returns:
- The AssociationList of
Customizerswhich can be of type:
SoftwareComponent
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getEditors
Gets the Association list ofEditors- Returns:
- The AssociationList of
Editorswhich 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.
-
getValidators
Gets the Association list ofValidators- Returns:
- The AssociationList of
Validatorswhich 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.
-
getAssociatedPropertyGroups
AssociationList getAssociatedPropertyGroups(boolean fGoToServer) throws RemoteException, MdException Gets the Associationlist ofAssociatedPropertyGroups- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
AssociatedPropertyGroupswhich can be of type:
PropertyGroup - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getStoredConfigurations
Gets the Associationlist ofStoredConfigurations- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
StoredConfigurationswhich can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getCustomizers
Gets the Associationlist ofCustomizers- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
Customizerswhich can be of type:
SoftwareComponent
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getEditors
Gets the Associationlist ofEditors- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
Editorswhich 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.
-
getValidators
Gets the Associationlist ofValidators- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
Validatorswhich 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.
-
setIsVisible
void setIsVisible(int inIsVisible) throws RemoteException Sets theIsVisiblevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsVisible- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsVisible
void setIsVisible(int inIsVisible, int state) throws RemoteException Sets theIsVisibleMetadata State.- Parameters:
inIsVisible- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsVisible
void setIsVisible(String inIsVisible) throws RemoteException Sets theIsVisiblevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsVisible- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsVisible
void setIsVisible(String inIsVisible, int state) throws RemoteException Sets theIsVisiblevalue and Metadata State.- Parameters:
inIsVisible- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsVisibleState
void setIsVisibleState(int state) throws RemoteException Sets the Metadata State ofIsVisible.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUpdateable
void setIsUpdateable(int inIsUpdateable) throws RemoteException Sets theIsUpdateablevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsUpdateable- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUpdateable
void setIsUpdateable(int inIsUpdateable, int state) throws RemoteException Sets theIsUpdateableMetadata State.- Parameters:
inIsUpdateable- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUpdateable
void setIsUpdateable(String inIsUpdateable) throws RemoteException Sets theIsUpdateablevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsUpdateable- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsUpdateable
void setIsUpdateable(String inIsUpdateable, int state) throws RemoteException Sets theIsUpdateablevalue and Metadata State.- Parameters:
inIsUpdateable- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsUpdateableState
void setIsUpdateableState(int state) throws RemoteException Sets the Metadata State ofIsUpdateable.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsExpert
void setIsExpert(int inIsExpert) throws RemoteException Sets theIsExpertvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsExpert- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsExpert
void setIsExpert(int inIsExpert, int state) throws RemoteException Sets theIsExpertMetadata State.- Parameters:
inIsExpert- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsExpert
void setIsExpert(String inIsExpert) throws RemoteException Sets theIsExpertvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsExpert- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsExpert
void setIsExpert(String inIsExpert, int state) throws RemoteException Sets theIsExpertvalue and Metadata State.- Parameters:
inIsExpert- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsExpertState
void setIsExpertState(int state) throws RemoteException Sets the Metadata State ofIsExpert.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRequired
void setIsRequired(int inIsRequired) throws RemoteException Sets theIsRequiredvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsRequired- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRequired
void setIsRequired(int inIsRequired, int state) throws RemoteException Sets theIsRequiredMetadata State.- Parameters:
inIsRequired- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRequired
void setIsRequired(String inIsRequired) throws RemoteException Sets theIsRequiredvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsRequired- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsRequired
void setIsRequired(String inIsRequired, int state) throws RemoteException Sets theIsRequiredvalue and Metadata State.- Parameters:
inIsRequired- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRequiredState
void setIsRequiredState(int state) throws RemoteException Sets the Metadata State ofIsRequired.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsLinked
void setIsLinked(int inIsLinked) throws RemoteException Sets theIsLinkedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsLinked- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsLinked
void setIsLinked(int inIsLinked, int state) throws RemoteException Sets theIsLinkedMetadata State.- Parameters:
inIsLinked- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsLinked
void setIsLinked(String inIsLinked) throws RemoteException Sets theIsLinkedvalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsLinked- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsLinked
void setIsLinked(String inIsLinked, int state) throws RemoteException Sets theIsLinkedvalue and Metadata State.- Parameters:
inIsLinked- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsLinkedState
void setIsLinkedState(int state) throws RemoteException Sets the Metadata State ofIsLinked.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedPropertyGroups
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedPropertyGroups
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setAssociatedPropertyGroup
Sets theAssociatedPropertyGroupslist 0th element to beinObject.- Parameters:
inObject- PropertyGroup- Throws:
RemoteException- If error communicating with remote object.
-
setStoredConfigurations
Sets theStoredConfigurationslist to belist. Object of which can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setStoredConfigurations
Sets theStoredConfigurationslist to belist. Object of which can be of type:
Text
TextStore
SASCatalogEntry
File
ArchiveFile
ArchiveEntry
Document- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setStoredConfiguration
Sets theStoredConfigurationslist 0th element to beinObject.- Parameters:
inObject- Text- Throws:
RemoteException- If error communicating with remote object.
-
setCustomizers
Sets theCustomizerslist to belist. Objects of which can be of type:
SoftwareComponent
DeployedComponent
ConfiguredComponent
ServiceComponent
ServerComponent
LogicalServer
ServerContext- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setCustomizers
Sets the entire Customizers list to match the passed in AssociationList, sets the state of the Customizers- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setEditors
Sets theEditorslist 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.
-
setEditors
Sets the entire Editors list to match the passed in AssociationList, sets the state of the Editors- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setValidators
Sets theValidatorslist 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.
-
setValidators
Sets the entire Validators list to match the passed in AssociationList, sets the state of the Validators- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-