Package com.sas.metadata.remote
Interface Directory
- All Superinterfaces:
CMetadata,ContentLocation,DeployedDataPackage,MdObjectBase,MdObjectBaseUtil,MdObjectBaseXML,PrimaryType,Remote,Root
- All Known Subinterfaces:
AnalyticContext
Represents a physical operating system path. Directory objects should not be shared by logical metadata definitions. Each logical metadata definition should define its own Directory object.
Example: create a Directory with name "Directory_Object", in repository "AAAAAAAA".
Attributes of Directory are:
Associations of Directory are:
Usage
To create an instance of this Directory, use thefactory
create methods. Example: create a Directory with name "Directory_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(); Directory myObject = (Directory) factory.createComplexMetadataObject(objectStore, "Directory_Object", MetadataObjects.DIRECTORY, "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 Dimensions association.static final StringConstant used for the name of the Files association.static final StringConstant used for the name of the ITChannels association.static final StringConstant used for the name of the ITSubscribers association.static final StringConstant used for the name of the Parent association.static final StringConstant used for the name of the PathChannels association.static final StringConstant used for the name of the SubDirectories association.static final StringConstant used for the name of the DirectoryName attribute.static final StringConstant used for the name of the DirectoryRole attribute.static final StringConstant used for the name of the IsRelative attribute.Fields inherited from interface com.sas.metadata.remote.ContentLocation
ASSOCIATION_ASSOCIATEDCONTENTTYPE_NAME, ASSOCIATION_FILEREFS_NAME, ASSOCIATION_REPORTS_NAME, ASSOCIATION_TSASSOCIATEDNAMESPACE_NAME, ASSOCIATION_UNITOFTIMES_NAMEFields inherited from interface com.sas.metadata.remote.DeployedDataPackage
ASSOCIATION_ALIASES_NAME, ASSOCIATION_ALIASFOR_NAME, ASSOCIATION_DEPLOYEDCOMPONENTS_NAME, ASSOCIATION_TABLECOLLECTIONS_NAME, ASSOCIATION_USEDBYPACKAGES_NAME, ASSOCIATION_USINGPACKAGES_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.PrimaryType
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAMEFields inherited from interface com.sas.metadata.remote.Root
ASSOCIATION_ACCESSCONTROLS_NAME, ASSOCIATION_CHANGES_NAME, ASSOCIATION_CUSTOMASSOCIATIONS_NAME, ASSOCIATION_DOCUMENTS_NAME, ASSOCIATION_EXTENSIONS_NAME, ASSOCIATION_EXTERNALIDENTITIES_NAME, ASSOCIATION_GROUPS_NAME, ASSOCIATION_IMPLEMENTORS_NAME, ASSOCIATION_KEYWORDS_NAME, ASSOCIATION_LOCALIZEDATTRIBUTES_NAME, ASSOCIATION_NOTES_NAME, ASSOCIATION_PRIMARYPROPERTYGROUP_NAME, ASSOCIATION_PROMPTS_NAME, ASSOCIATION_PROPERTIES_NAME, ASSOCIATION_PROPERTYSETS_NAME, ASSOCIATION_REFERENCEDOBJECTS_NAME, ASSOCIATION_RESPONSIBLEPARTIES_NAME, ASSOCIATION_SOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECSOURCETRANSFORMATIONS_NAME, ASSOCIATION_SPECTARGETTRANSFORMATIONS_NAME, ASSOCIATION_TARGETTRANSFORMATIONS_NAME, ASSOCIATION_TIMESTAMPS_NAME, ASSOCIATION_TREES_NAME, ASSOCIATION_TSOBJECTNAMESPACE_NAME, ASSOCIATION_USEDBYPROTOTYPES_NAME, ASSOCIATION_USINGPROTOTYPE_NAME, ASSOCIATION_VARIABLES_NAME, ATTRIBUTE_CHANGESTATE_NAME, ATTRIBUTE_LOCKEDBY_NAME, ATTRIBUTE_USAGEVERSION_NAME -
Method Summary
Modifier and TypeMethodDescriptionGets the Association list ofDimensionsgetDimensions(boolean fGoToServer) Gets the Associationlist ofDimensionsStringGets theStringvalue ofDirectoryNameintGets the maximum length ofDirectoryNameintGets the Metadata State ofDirectoryNameStringGets theStringvalue ofDirectoryRoleintGets the maximum length ofDirectoryRoleintGets the Metadata State ofDirectoryRolegetFiles()Gets the AssociationList ofFilesgetFiles(boolean fGoToServer) Gets the Associationlist ofFilesintGets theintvalue ofIsRelativeintGets the Metadata State ofIsRelativeGets the Association list ofITChannelsgetITChannels(boolean fGoToServer) Gets the Associationlist ofITChannelsGets the Association list ofITSubscribersgetITSubscribers(boolean fGoToServer) Gets the Associationlist ofITSubscribersGets theDirectoryforParentGets the AssociationList ofParentsgetParents(boolean fGoToServer) Gets the Associationlist ofParentsGets the Association list ofPathChannelsgetPathChannels(boolean fGoToServer) Gets the Associationlist ofPathChannelsGets the Association list ofSubDirectoriesgetSubDirectories(boolean fGoToServer) Gets the Associationlist ofSubDirectoriesvoid(S) Adds the Associated objects to the predObjects which are:
Files
Parentvoid(S) This initializes the Required Objects(Roles) which are:voidsetDimensions(AssociationList list) Sets theDimensionslist to belist.voidsetDimensions(AssociationList inObjects, int state) Sets the entire Dimensions list to match the passed in AssociationList, sets the state of the DimensionsvoidsetDirectoryName(String inDirectoryName) Sets theDirectoryNamevalue and sets the state to MetadataState.LOCAL.voidsetDirectoryName(String inDirectoryName, int state) Sets theDirectoryNameMetadata State.voidsetDirectoryNameState(int state) Sets the Metadata State ofDirectoryName.voidsetDirectoryRole(String inDirectoryRole) Sets theDirectoryRolevalue and sets the state to MetadataState.LOCAL.voidsetDirectoryRole(String inDirectoryRole, int state) Sets theDirectoryRoleMetadata State.voidsetDirectoryRoleState(int state) Sets the Metadata State ofDirectoryRole.voidsetFiles(AssociationList list) Sets theFileslist to belist.voidsetFiles(AssociationList inObjects, int state) Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationListvoidsetIsRelative(int inIsRelative) Sets theIsRelativevalue and sets the state to MetadataState.LOCAL.voidsetIsRelative(int inIsRelative, int state) Sets theIsRelativeMetadata State.voidsetIsRelative(String inIsRelative) Sets theIsRelativevalue and sets the state to MetadataState.LOCAL.voidsetIsRelative(String inIsRelative, int state) Sets theIsRelativevalue and Metadata State.voidsetIsRelativeState(int state) Sets the Metadata State ofIsRelative.voidsetITChannels(AssociationList list) Sets theITChannelslist to belist.voidsetITChannels(AssociationList inObjects, int state) Sets the entire ITChannels list to match the passed in AssociationList, sets the state of the ITChannelsvoidSets theITSubscriberslist to belist.voidsetITSubscribers(AssociationList inObjects, int state) Sets the entire ITSubscribers list to match the passed in AssociationList, sets the state of the ITSubscribersvoidSets theParentslist 0th element to beinObject.voidsetParents(AssociationList list) Sets theParentslist to belist.voidsetParents(AssociationList list, int state) Sets theParentslist to belist.voidSets thePathChannelslist to belist.voidsetPathChannels(AssociationList inObjects, int state) Sets the entire PathChannels list to match the passed in AssociationList, sets the state of the PathChannelsvoidSets theSubDirectorieslist to belist.voidsetSubDirectories(AssociationList inObjects, int state) Sets the entire SubDirectories list to match the passed in AssociationList, sets the state of the SubDirectoriesMethods inherited from interface com.sas.metadata.remote.ContentLocation
getAssociatedContentType, getAssociatedContentTypes, getAssociatedContentTypes, getFileRefs, getFileRefs, getReports, getReports, getTSAssociatedNamespace, getTSAssociatedNamespaces, getTSAssociatedNamespaces, getUnitofTimes, getUnitofTimes, setAssociatedContentType, setAssociatedContentTypes, setAssociatedContentTypes, setFileRefs, setFileRefs, setReports, setReports, setTSAssociatedNamespace, setTSAssociatedNamespaces, setTSAssociatedNamespaces, setUnitofTimes, setUnitofTimesMethods inherited from interface com.sas.metadata.remote.DeployedDataPackage
getAliases, getAliases, getAliasFor, getAliasFors, getAliasFors, getDeployedComponents, getDeployedComponents, getTableCollections, getTableCollections, getUsedByPackages, getUsedByPackages, getUsingPackages, getUsingPackages, setAliases, setAliases, setAliasFor, setAliasFors, setAliasFors, setDeployedComponents, setDeployedComponents, setTableCollections, setTableCollections, setUsedByPackages, setUsedByPackages, setUsingPackages, setUsingPackagesMethods 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_DIRECTORYNAME_NAME
static final String ATTRIBUTE_DIRECTORYNAME_NAMEConstant used for the name of the DirectoryName attribute.DirectoryName: The name of this directory in the file system.
- See Also:
-
ATTRIBUTE_ISRELATIVE_NAME
static final String ATTRIBUTE_ISRELATIVE_NAMEConstant used for the name of the IsRelative attribute.IsRelative: True if the DirectoryName is not a fully qualified path.
- See Also:
-
ATTRIBUTE_DIRECTORYROLE_NAME
static final String ATTRIBUTE_DIRECTORYROLE_NAMEConstant used for the name of the DirectoryRole attribute.DirectoryRole: Directory role is used when a directory should be used only within a given context.
- See Also:
-
ASSOCIATION_FILES_NAME
static final String ASSOCIATION_FILES_NAMEConstant used for the name of the Files association.Files: The files in this directory.
- See Also:
-
ASSOCIATION_PARENT_NAME
static final String ASSOCIATION_PARENT_NAMEConstant used for the name of the Parent association.Parent: The parent directory of this directory.
- See Also:
-
ASSOCIATION_DIMENSIONS_NAME
static final String ASSOCIATION_DIMENSIONS_NAMEConstant used for the name of the Dimensions association.Dimensions: The shared dimensions in this directory.
- See Also:
-
ASSOCIATION_ITCHANNELS_NAME
static final String ASSOCIATION_ITCHANNELS_NAMEConstant used for the name of the ITChannels association.ITChannels: The ITChannels that publish to this location.
- See Also:
-
ASSOCIATION_ITSUBSCRIBERS_NAME
static final String ASSOCIATION_ITSUBSCRIBERS_NAMEConstant used for the name of the ITSubscribers association.ITSubscribers: The ITSsubscribers for this http server directory.
- See Also:
-
ASSOCIATION_PATHCHANNELS_NAME
static final String ASSOCIATION_PATHCHANNELS_NAMEConstant used for the name of the PathChannels association.PathChannels: The channels that have defined this directory as a preferred archive directory.
- See Also:
-
ASSOCIATION_SUBDIRECTORIES_NAME
static final String ASSOCIATION_SUBDIRECTORIES_NAMEConstant used for the name of the SubDirectories association.SubDirectories: The subdirectories of this directory.
- See Also:
-
-
Method Details
-
initializeRequiredObjects
void initializeRequiredObjects() throws RemoteException(S) This initializes the Required Objects(Roles) which are:- Specified by:
initializeRequiredObjectsin interfaceContentLocation- Specified by:
initializeRequiredObjectsin interfaceDeployedDataPackage- 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:
Files
Parent- Specified by:
initializePredObjectsin interfaceContentLocation- Specified by:
initializePredObjectsin interfaceDeployedDataPackage- Specified by:
initializePredObjectsin interfaceMdObjectBase- Specified by:
initializePredObjectsin interfacePrimaryType- Specified by:
initializePredObjectsin interfaceRoot- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDirectoryName
String getDirectoryName() throws RemoteExceptionGets theStringvalue ofDirectoryName- Returns:
- The
DirectoryName - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDirectoryNameState
int getDirectoryNameState() throws RemoteExceptionGets the Metadata State ofDirectoryName- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDirectoryNameMaxLength
int getDirectoryNameMaxLength() throws RemoteExceptionGets the maximum length ofDirectoryName- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsRelative
int getIsRelative() throws RemoteExceptionGets theintvalue ofIsRelative- Returns:
- The
IsRelative - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getIsRelativeState
int getIsRelativeState() throws RemoteExceptionGets the Metadata State ofIsRelative- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDirectoryRole
String getDirectoryRole() throws RemoteExceptionGets theStringvalue ofDirectoryRole- Returns:
- The
DirectoryRole - Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDirectoryRoleState
int getDirectoryRoleState() throws RemoteExceptionGets the Metadata State ofDirectoryRole- Returns:
- The State.
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getDirectoryRoleMaxLength
int getDirectoryRoleMaxLength() throws RemoteExceptionGets the maximum length ofDirectoryRole- Returns:
- The max size
- Throws:
RemoteException- If error connecting/communicating to/with remote object.
-
getFiles
Gets the AssociationList ofFiles- Returns:
- Returns the AssociationList of
Fileswhich can be of type:
File
ArchiveFile - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getParents
Gets the AssociationList ofParents- Returns:
- Returns the AssociationList of
Parentswhich can be of type:
Directory
AnalyticContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException
-
getParent
Gets theDirectoryforParent- Returns:
- The
Directory(nullif not set) ofParentwhich can be of type:
Directory
AnalyticContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDimensions
Gets the Association list ofDimensions- Returns:
- The AssociationList of
Dimensionswhich can be of type:
SharedDimension - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getITChannels
Gets the Association list ofITChannels- Returns:
- The AssociationList of
ITChannelswhich can be of type:
ITChannel - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getITSubscribers
Gets the Association list ofITSubscribers- Returns:
- The AssociationList of
ITSubscriberswhich can be of type:
ITSubscriber
ITContentSubscriber
ITEventSubscriber - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getPathChannels
Gets the Association list ofPathChannels- Returns:
- The AssociationList of
PathChannelswhich can be of type:
ITChannel - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSubDirectories
Gets the Association list ofSubDirectories- Returns:
- The AssociationList of
SubDirectorieswhich can be of type:
Directory
AnalyticContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getFiles
Gets the Associationlist ofFiles- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
Fileswhich can be of type:
File
ArchiveFile - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getParents
Gets the Associationlist ofParents- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the AssociationList of
Parentswhich can be of type:
Directory
AnalyticContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getDimensions
Gets the Associationlist ofDimensions- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
Dimensionswhich can be of type:
SharedDimension - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getITChannels
Gets the Associationlist ofITChannels- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
ITChannelswhich can be of type:
ITChannel - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getITSubscribers
Gets the Associationlist ofITSubscribers- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
ITSubscriberswhich can be of type:
ITSubscriber
ITContentSubscriber
ITEventSubscriber - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getPathChannels
Gets the Associationlist ofPathChannels- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
PathChannelswhich can be of type:
ITChannel - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
getSubDirectories
Gets the Associationlist ofSubDirectories- Parameters:
fGoToServer- boolean Get the value from the server.- Returns:
- Returns the
SubDirectorieswhich can be of type:
Directory
AnalyticContext - Throws:
RemoteException- If error connecting/communicating to/with remote object.MdException- If error getting/setting part of the object.
-
setDirectoryName
void setDirectoryName(String inDirectoryName) throws RemoteException Sets theDirectoryNamevalue and sets the state to MetadataState.LOCAL.- Parameters:
inDirectoryName- String- Throws:
RemoteException- If error communicating with remote object.
-
setDirectoryName
void setDirectoryName(String inDirectoryName, int state) throws RemoteException Sets theDirectoryNameMetadata State.- Parameters:
inDirectoryName- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setDirectoryNameState
void setDirectoryNameState(int state) throws RemoteException Sets the Metadata State ofDirectoryName.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRelative
void setIsRelative(int inIsRelative) throws RemoteException Sets theIsRelativevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsRelative- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRelative
void setIsRelative(int inIsRelative, int state) throws RemoteException Sets theIsRelativeMetadata State.- Parameters:
inIsRelative- intstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRelative
void setIsRelative(String inIsRelative) throws RemoteException Sets theIsRelativevalue and sets the state to MetadataState.LOCAL.- Parameters:
inIsRelative- String- Throws:
RemoteException- If error communicating with remote object.
-
setIsRelative
void setIsRelative(String inIsRelative, int state) throws RemoteException Sets theIsRelativevalue and Metadata State.- Parameters:
inIsRelative- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setIsRelativeState
void setIsRelativeState(int state) throws RemoteException Sets the Metadata State ofIsRelative.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setDirectoryRole
void setDirectoryRole(String inDirectoryRole) throws RemoteException Sets theDirectoryRolevalue and sets the state to MetadataState.LOCAL.- Parameters:
inDirectoryRole- String- Throws:
RemoteException- If error communicating with remote object.
-
setDirectoryRole
void setDirectoryRole(String inDirectoryRole, int state) throws RemoteException Sets theDirectoryRoleMetadata State.- Parameters:
inDirectoryRole- Stringstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setDirectoryRoleState
void setDirectoryRoleState(int state) throws RemoteException Sets the Metadata State ofDirectoryRole.- Parameters:
state- int- Throws:
RemoteException- If error communicating with remote object.
-
setFiles
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setFiles
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.
-
setParents
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setParents
- Parameters:
list- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setParent
Sets theParentslist 0th element to beinObject.- Parameters:
inObject- Directory- Throws:
RemoteException- If error communicating with remote object.
-
setDimensions
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setDimensions
Sets the entire Dimensions list to match the passed in AssociationList, sets the state of the Dimensions- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setITChannels
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setITChannels
Sets the entire ITChannels list to match the passed in AssociationList, sets the state of the ITChannels- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setITSubscribers
Sets theITSubscriberslist to belist. Objects of which can be of type:
ITSubscriber
ITContentSubscriber
ITEventSubscriber- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setITSubscribers
Sets the entire ITSubscribers list to match the passed in AssociationList, sets the state of the ITSubscribers- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setPathChannels
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setPathChannels
Sets the entire PathChannels list to match the passed in AssociationList, sets the state of the PathChannels- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-
setSubDirectories
- Parameters:
list- AssociationList- Throws:
RemoteException- If error communicating with remote object.
-
setSubDirectories
Sets the entire SubDirectories list to match the passed in AssociationList, sets the state of the SubDirectories- Parameters:
inObjects- AssociationListstate- int- Throws:
RemoteException- If error communicating with remote object.
-