***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.information.metadata
Class RepositoryMetadata

com.sas.services.information.metadata.RepositoryMetadata
All Implemented Interfaces:
MetadataInterface, PublicObjectInterface, java.io.Serializable, java.rmi.Remote

public class RepositoryMetadata

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sas.services.information.metadata.MetadataInterface
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA
 
Constructor Summary
RepositoryMetadata(java.lang.String name, java.lang.String fqid)
           
 
Method Summary
 java.lang.String getName()
          Get the name of this object.
 java.lang.String getReposId()
          Get the repository ID for the item.
 
Methods inherited from class com.sas.services.information.metadata.VirtualMetadata
add, addAccessControl, addAttribute, addAttributes, addDocument, addExtension, addGroup, addImplementor, addKeyword, addObjectProperty, addObjectProperty, addPermissions, addProcessorInterface, addPrompt, addPropertySet, addRemark, addResponsibleParty, addTransactionListener, addUsedByPrototype, checkin, checkout, commit, copyTo, countAssociatedObjects, delete, deleteAttribute, deleteAttributes, destroy, getAccessControls, getAttribute, getAttributes, getAuthorizationUtil, getContainer, getCreateDate, getDescription, getDocuments, getEntityKey, getEntityURL, getExtensions, getGroups, getGUID, getIdentifier, getIdentities, getImplementors, getKeywords, getLockedBy, getModifyDate, getObjectProperties, getObjectURI, getParent, getParentPath, getParents, getPath, getPaths, getPathUrl, getPathUrl, getPermission, getPermissions, getPermissions, getPreviousVersionNames, getPrimaryPropertyGroup, getProcessorInterface, getPrompt, getPrompts, getPropertyBag, getPropertySets, getRemarksList, getRepository, getRepositoryEntity, getRepositoryName, getReposKey, getResponsibleParties, getState, getTrackingId, getType, getTypeDescriptor, getUsageVersion, getUsedByPrototypes, getUsingPrototype, getVersion, isAuthorized, isCompatible, isDeleted, isDestroyed, isLoggingEnabled, isObjectAlive, isReadCompatible, logMessage, mapNameToFilesystem, mapUrlToFilesystem, moveTo, newServiceObject, refresh, removeAccessControl, removeDocument, removeExtension, removeGroup, removeImplementor, removeKeyword, removeObjectProperty, removePermissions, removePrompt, removePropertySet, removeResponsibleParty, removeUsedByPrototype, rollback, setAttribute, setAttributes, setDeleted, setDescription, setDocuments, setExtensions, setGroups, setGUID, setKeywords, setName, setObjectProperties, setPermission, setPrimaryPropertyGroup, setPrompt, setPrompts, setRemarksList, setRepository, setUsingPrototype, startTransaction, toByteArray, transactionEvent, uncheckout, update, updateFromBag, version
 

Constructor Detail

RepositoryMetadata

public RepositoryMetadata(java.lang.String name,
                          java.lang.String fqid)
Method Detail

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Description copied from interface: PublicObjectInterface
Get the name of this object.

Specified by:
getName in interface PublicObjectInterface
Overrides:
getName in class VirtualMetadata
Returns:
String
Throws:
java.rmi.RemoteException

getReposId

public java.lang.String getReposId()
                            throws java.rmi.RemoteException
Description copied from interface: MetadataInterface
Get the repository ID for the item. This should be a string that uniquely identifies the object within this repository.

Specified by:
getReposId in interface MetadataInterface
Overrides:
getReposId in class VirtualMetadata
Returns:
The repository identifier for this object.
Throws:
java.rmi.RemoteException - if an error occurs

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.