|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
java.lang.Object | +--com.sas.services.information.metadata.VirtualMetadata
| Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
| Constructor Summary | |
VirtualMetadata()
|
|
| Method Summary | |
void |
add()
Add a new metadata item to the repository. |
void |
addAccessControl(AccessControlEntryInterface accessControl)
Add an Access Control item to this object. |
void |
addAttribute(String key,
String value)
Add an attribute with the given name and value |
void |
addAttributes(Map attributeMap)
Add a number of attributes - names and values are given in the map. |
void |
addExtension(String name,
String value,
String type)
Add an extension to the current set of extensions |
void |
addKeyword(String keyword)
Add a keyword to this object. |
void |
addPermissions(List identities,
List permissions)
Add a set of permissions for a set of identities for this metadata object. |
void |
addRemark(RemarksInterface remark)
Add a remark to this smart object |
void |
addTransactionListener(MetadataInterface mi)
Add a listener to receive event notifications when a transaction is committed or rolled back. |
void |
checkin()
Check in this item |
void |
checkout()
Check out this item |
void |
commit()
Commit changes that have been made to this object to the parent. |
MetadataInterface |
copyTo(FolderInterface folder,
String name)
Make a copy of this object. |
void |
delete()
Delete this object from its repository. |
void |
deleteAttribute(String key)
Delete a specific attribute |
void |
deleteAttributes(List attributes)
Delete a list of attributes. |
List |
getAccessControls()
Get a list of the Access Controls on this object. |
String |
getAttribute(String key)
Get the value of the attribute with the given key/name. |
Map |
getAttributes()
Get a list of all the attributes. |
Date |
getCreateDate()
Get a Date object representing the time the metadata was created. |
String |
getDescription()
Get the description for this object. |
String |
getEntityKey()
Get the entity key for this item. |
String |
getEntityURL()
Get a "standard" URL for a metadata object. |
List |
getExtensions()
Get the extensions for this object. |
String |
getGUID()
Get the object GUID. |
List |
getIdentities()
Get all the identities that are associated to this metadata object through permissions. |
List |
getKeywords()
Get a list of keywords associated with this object. |
Date |
getModifyDate()
Get a Date object representing the time the metadata was last updated. |
String |
getName()
Get the name for this object. |
String |
getParentPath(String rootFolderName)
Get the parent path for this object. |
List |
getParents()
Return a List of Folder objects that represent the parent(s) of this object in the hierarchy. |
String |
getPath(String rootFolderName)
Get the preferred path for this object. |
List |
getPaths(String rootFolderName)
Get all valid paths for this object. |
PathUrl |
getPathUrl()
Get the SBIP URL. |
PathUrl |
getPathUrl(String rootTreeName)
Get the SBIP URL. |
PermissionInterface |
getPermission(IdentityInterface identity,
PermissionInterface permission)
Get a permission that matches the requested permission for the requested identity on this metadata object. |
List |
getPermissions(IdentityInterface identity)
Get all the permissions that apply to this object. |
List |
getPermissions(IdentityInterface identity,
String[] inheritedPermissions)
Get all the permissions that apply to this object. |
List |
getPreviousVersionNames()
Gets a list of previous version names |
List |
getRemarksList()
Return a List of Remarks objects that represent the dicussion threads related to this object. |
String |
getReposId()
Get the repository ID for the item. |
RepositoryInterface |
getRepository()
Get the handle to the repository for this object. |
Object |
getRepositoryEntity()
Get the object that was returned directly from the repository. |
String |
getReposKey()
Get a String that can be passed directly to a RepositoryInterface.fetch method. |
int |
getTrackingId()
Get the tracking ID for this object. |
String |
getType()
Get the object type. |
MetadataInterface |
getVersion(String versionName)
Return a smart object that represents a particular version |
boolean |
isAuthorized(String permission)
Check for a specific permission on this object by the user that owns the connection to the repository. |
boolean |
isLoggingEnabled(int level,
String context)
|
void |
logMessage(int level,
String context,
String message,
Throwable t)
|
String |
mapNameToFilesystem(int hostOS,
String prefix,
String suffix)
Map the metadata object name to a file system path. |
String |
mapUrlToFilesystem(int hostOS,
String prefix,
String suffix)
Map the metadata object's SBIP Url to a file system path. |
void |
moveTo(FolderInterface folder)
Move this object to a new folder. |
Object |
newServiceObject()
For objects that support it, get an "active" interface for the metadata object. |
void |
refresh()
Refresh the data for this object from the repository. |
void |
removeAccessControl(AccessControlEntryInterface accessControl)
Remove an Access Control item from this object. |
void |
removeExtension(String name)
Remove an Extension from the current extension set. |
void |
removeKeyword(String keyword)
Remove a keyword from this object. |
void |
removePermissions(List identities,
List permissions)
Remove permissions matching the identities and permission list. |
void |
rollback()
Roll back changes to this object, and all objects that have been updated or created in the child repository. |
void |
setAttribute(String key,
String value)
Set the value of an attribute to the given value |
void |
setAttributes(Map attributeMap)
Set a number of attributes - names and values are given in the map |
void |
setDescription(String description)
Sets the description for this object. |
void |
setGUID(String guid)
Set the object GUID. |
void |
setKeywords(List keywords)
Set the keyword collection on this object. |
void |
setName(String name)
Set this object's name. |
void |
setPermission(IdentityInterface identity,
PermissionInterface permission)
Set a new permission on this metadata object. |
void |
setRemarksList(List threads)
Sets the list of Remarks objects that represent the dicussion threads related to this object. |
void |
setRepository(RepositoryInterface repository)
Set the repository that this item exists in. |
MetadataInterface |
startTransaction()
Start a Transaction for this Metadata object. |
void |
transactionEvent(MetadataInterface mi)
Notify this object that a child transaction has completed either because of a commit or a rollback. |
void |
uncheckout()
Uncheckout this item |
void |
update()
Persist any changes to the object back to the repository. |
void |
version()
Version this item |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VirtualMetadata()
| Method Detail |
public String getReposId()
throws RemoteException
MetadataInterfacegetReposId in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public String getReposKey()
throws ServiceException,
RemoteException
MetadataInterfacegetReposKey in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public String getName()
throws RemoteException
MetadataInterfacegetName in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public void setName(String name)
throws RemoteException
MetadataInterfacesetName in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacename - a String for the object name.RemoteException - if an error occurs
public String getDescription()
throws RemoteException
MetadataInterfacegetDescription in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public void setDescription(String description)
throws RemoteException
MetadataInterfacesetDescription in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacedescription - The object description.RemoteException - if an error occurs
public String getGUID()
throws RemoteException
MetadataInterfacegetGUID in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public void setGUID(String guid)
throws RemoteException
MetadataInterfacesetGUID in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceguid - A string representing a Globally Unique Identifier. This
class won't generate or verify the GUID, so be sure it's valid.RemoteException - if an error occursIllegalStateException - if the GUID has already been set.
public String getType()
throws RemoteException
MetadataInterfacegetType in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public void add()
throws ServiceException,
RemoteException
MetadataInterfaceadd in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - If there's a repository error.RemoteException - in the event of a network error.
public void update()
throws ServiceException,
RemoteException
MetadataInterfaceupdate in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - if an error occurs in the repository.RemoteException - if an error occurs
public void refresh()
throws ServiceException,
RemoteException
MetadataInterfacerefresh in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void delete()
throws ServiceException,
RemoteException
MetadataInterfacedelete in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - in the event of a repository failure.RemoteException - in the event of a network failure.
public int getTrackingId()
throws RemoteException
MetadataInterfacegetTrackingId in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public Object getRepositoryEntity()
throws RemoteException
MetadataInterfacegetRepositoryEntity in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public String getEntityKey()
throws IllegalStateException,
ServiceException,
RemoteException
MetadataInterfacegetEntityKey in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceIllegalStateException - If the repository hasn't been set on
this object.ServiceException - If an error occurs getting the repository
URL.RemoteException - if an error occurs
public String getEntityURL()
throws ServiceException,
RemoteException
MetadataInterfacegetEntityURL in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - In the event of a service failure.RemoteException - In the event of remote object failure.
public PathUrl getPathUrl()
throws IllegalStateException,
ServiceException,
RemoteException
MetadataInterfacegetPathUrl in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacePathUrl value with the object's location in a
rooted tree. If the object isn't in a rooted tree, null is returned.IllegalStateException - if the repository was never set on this
object.ServiceException - if a repository error occurs.RemoteException - if a remote object error occurs.
public PathUrl getPathUrl(String rootTreeName)
throws IllegalStateException,
ServiceException,
RemoteException
MetadataInterfacegetPathUrl in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacerootTreeName - The name of the tree rooted at the BIP SoftwareComponent.PathUrl value with the object's location in the
rooted tree. If the object isn't in a tree with the given name,
rooted at the BIP SoftwareComponent, null is returned.IllegalStateException - if the repository was never set on this
object.ServiceException - if a repository error occurs.RemoteException - if a remote object error occurs.
public void setRepository(RepositoryInterface repository)
throws IllegalStateException,
RemoteException
MetadataInterfacesetRepository in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacerepository - A handle to the repository for this object.IllegalStateException - If the repository has already been set.RemoteException - if an error occurs
public RepositoryInterface getRepository()
throws RemoteException
MetadataInterfacegetRepository in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public List getKeywords()
throws RemoteException
MetadataInterfacegetKeywords in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceRemoteException - if an error occurs
public void addKeyword(String keyword)
throws RemoteException
MetadataInterfaceaddKeyword in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacekeyword - a new String to add as a keyword.ServiceException - if an error occurs in the repository.RemoteException - if an error occurs
public void removeKeyword(String keyword)
throws RemoteException
MetadataInterfaceremoveKeyword in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacekeyword - The keyword to remove.RemoteException - if an error occurs
public void setKeywords(List keywords)
throws ServiceException,
RemoteException
MetadataInterfacesetKeywords in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacekeywords - The list of keywords to set on this object.ServiceException - In the event of repository failure.RemoteException - In the event of network failure.
public String getParentPath(String rootFolderName)
throws ServiceException,
RemoteException
MetadataInterfacegetParentPath in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacerootFolderName - Name of the root folder for the path. If null is
passed in, the default BIP tree name is used.ServiceException - in the event of repository errors.RemoteException - in the event of remote object failure.
public String getPath(String rootFolderName)
throws ServiceException,
RemoteException
MetadataInterfaceFind the preferred path from the specified root folder to the current object. A single object may have multiple valid paths. Use the getPaths method to find all valid paths.
The path is intended to be a user friendly name for an object. Applications that do not require user-visible URLs to objects should probably use the repository ID of the object instead of the path. An object path can easily be invalidated by renaming the object or any of the folders in the path.
Note: For OMR, Folders are modeled with the Tree object. This method must trace up the Trees association from the current object, through any intermediate Tree objects until it finds a root Tree object with the proper name. A root Tree will have no Trees associations. The path is contructed by concatenating all of the intervening Tree objects (not including the root Tree) and the current object using a forward slash as a delimiting character. The preferred path is the first path found by a depth-first scan of the Trees associations starting at the current object.
Note also that a path alone is not sufficient to find an object. You must have a repository, a root folder, a path and an object type to find a valid object (or objects if name uniqueness is not enforced).
getPath in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacerootFolderName - Name of the root folder for the path.ServiceException - if an error occursRemoteException - if an error occurs
public List getPaths(String rootFolderName)
throws ServiceException,
RemoteException
MetadataInterfacegetPaths in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacerootFolderName - Name of the root folder for the path.ServiceException - if an error occursRemoteException - if an error occurs
public Object newServiceObject()
throws ServiceException,
RemoteException
MetadataInterfacenewServiceObject in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - if an error occursRemoteException - if an error occurs
public List getParents()
throws ServiceException,
RemoteException
MetadataInterfacegetParents in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceList valueServiceException - if an error occursRemoteException - if an error occurs
public Date getCreateDate()
throws ServiceException,
RemoteException
getCreateDate in interface MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public Date getModifyDate()
throws ServiceException,
RemoteException
getModifyDate in interface MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public List getRemarksList()
throws ServiceException,
RemoteException
getRemarksList in interface MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void setRemarksList(List threads)
throws ServiceException,
RemoteException
setRemarksList in interface MetadataInterfacethreads - The discussion threads related to this objectServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void addRemark(RemarksInterface remark)
throws ServiceException,
RemoteException
addRemark in interface MetadataInterfaceremark - The remark to be added to this smart objectServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public PermissionInterface getPermission(IdentityInterface identity,
PermissionInterface permission)
throws ServiceException,
RemoteException
getPermission in interface MetadataInterfaceidentity - An IdentityInterface for the identity to find the
permission for.permission - The permission to look for.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void setPermission(IdentityInterface identity,
PermissionInterface permission)
throws ServiceException,
RemoteException
setPermission in interface MetadataInterfaceidentity - An IdentityInterface for the identity for the new permission.permission - The new permission to add.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public List getPermissions(IdentityInterface identity)
throws ServiceException,
RemoteException
getPermissions in interface MetadataInterfaceidentity - The Identity to searchServiceException - in the event of repository error.RemoteException - in the event of remote object failure.
public List getPermissions(IdentityInterface identity,
String[] inheritedPermissions)
throws ServiceException,
RemoteException
MetadataInterfacegetPermissions in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceidentity - The identity to get permissions for.inheritedPermissions - An array of Strings containing the inherited
permissions to look for.ServiceException - in the event of repository error.RemoteException - in the event of remote object failure.
public List getIdentities()
throws ServiceException,
RemoteException
getIdentities in interface MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void addPermissions(List identities,
List permissions)
throws ServiceException,
RemoteException
addPermissions in interface MetadataInterfaceidentities - A List of IdentityInterface objects for whom to
set the provided permissions.permissions - a List of com.sas.services.security.Permission
objects that specify the permissions to set for these identities.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void removePermissions(List identities,
List permissions)
throws ServiceException,
RemoteException
removePermissions in interface MetadataInterfaceidentities - The identities for whom to remove the permissions.permissions - The permissions to remove for the identities.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public List getAccessControls()
throws ServiceException,
RemoteException
getAccessControls in interface MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void addAccessControl(AccessControlEntryInterface accessControl)
throws ServiceException,
RemoteException
addAccessControl in interface MetadataInterfaceaccessControl - An AccessControlInterface object to add to this object.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void removeAccessControl(AccessControlEntryInterface accessControl)
throws ServiceException,
RemoteException
removeAccessControl in interface MetadataInterfaceaccessControl - An AccessControl object to remove from this object.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void moveTo(FolderInterface folder)
throws ServiceException,
RemoteException
moveTo in interface MetadataInterfacefolder - The new parent Folder of this object.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public MetadataInterface copyTo(FolderInterface folder,
String name)
throws ServiceException,
RemoteException
copyTo in interface MetadataInterfacefolder - The folder to be the parent of the new object.name - The name of the new object.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public List getExtensions()
throws ServiceException,
RemoteException
getExtensions in interface MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void addExtension(String name,
String value,
String type)
throws ServiceException,
RemoteException
addExtension in interface MetadataInterfacename - The new extension name.value - The new extension value.type - The new extension value type.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void removeExtension(String name)
throws ServiceException,
RemoteException
removeExtension in interface MetadataInterfacename - The name of the extension to remove.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public boolean isAuthorized(String permission)
throws ServiceException,
RemoteException
isAuthorized in interface MetadataInterfacepermission - The permission string to check for.ServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public MetadataInterface startTransaction()
throws ServiceException,
RemoteException
MetadataInterfacestartTransaction in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void commit()
throws ServiceException,
RemoteException
MetadataInterfacecommit in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void rollback()
throws ServiceException,
RemoteException
MetadataInterfacerollback in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfaceServiceException - if a repository error occurs.RemoteException - in the event of remote object failure.
public void logMessage(int level,
String context,
String message,
Throwable t)
throws RemoteException
logMessage in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacelevel - The level at which to log this message:
LoggerInterface.WARN, LoggerInterface.ERROR, etc.context - The logging context for which to output this
message. This is usually the fully qualified java class name.message - The formatted message to output.t - An optional exception to log.RemoteException - In the event of remote object failure.
public boolean isLoggingEnabled(int level,
String context)
throws RemoteException
isLoggingEnabled in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacelevel - The level to check: LoggerInterface.WARN,
LoggerInterface.ERROR, etc.context - The logging context to check the level for. This is
usually the fully qualified java class name.RemoteException - In the event of remote object failure.
public String mapNameToFilesystem(int hostOS,
String prefix,
String suffix)
throws RemoteException,
IllegalArgumentException
mapNameToFilesystem in interface MetadataInterfacehostOS - The host operating system.prefix - The prefix to use when creating the file system path.suffix - The suffix to use when creating the file system path.String The file system path.RemoteException - In the event of remote object failure.IllegalArgumentException - If a null name is
specified or if an invalid host operating system value is
specified.
public String mapUrlToFilesystem(int hostOS,
String prefix,
String suffix)
throws ServiceException,
RemoteException,
IllegalArgumentException
mapUrlToFilesystem in interface MetadataInterfacehostOS - The host operating system.prefix - The prefix to use when creating the file system path.suffix - The suffix to use when creating the file system path.String The file system path.ServiceException - if a repository error occurs.RemoteException - In the event of remote object failure.IllegalArgumentException - If a null name is
specified or if an invalid host operating system value is
specified.
public void addTransactionListener(MetadataInterface mi)
throws RemoteException
MetadataInterfaceaddTransactionListener in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacemi - The metadata object to alert that a transaction has committed
or rolled back.RemoteException - In the event of remote object failure.
public void transactionEvent(MetadataInterface mi)
throws RemoteException
MetadataInterfacetransactionEvent in interface MetadataInterfacecom.sas.services.information.metadata.MetadataInterfacemi - The child object that has completed its transaction.RemoteException - In the event of remote object failure.
public String getAttribute(String key)
throws ServiceException,
RemoteException
getAttribute in interface MetadataInterface
public Map getAttributes()
throws ServiceException,
RemoteException
getAttributes in interface MetadataInterface
public void setAttribute(String key,
String value)
throws ServiceException,
RemoteException
setAttribute in interface MetadataInterface
public void addAttribute(String key,
String value)
throws ServiceException,
RemoteException
addAttribute in interface MetadataInterface
public void deleteAttribute(String key)
throws ServiceException,
RemoteException
deleteAttribute in interface MetadataInterface
public void setAttributes(Map attributeMap)
throws ServiceException,
RemoteException
setAttributes in interface MetadataInterface
public void addAttributes(Map attributeMap)
throws ServiceException,
RemoteException
addAttributes in interface MetadataInterface
public void deleteAttributes(List attributes)
throws ServiceException,
RemoteException
deleteAttributes in interface MetadataInterfaceattributes - List (of String) property names
public List getPreviousVersionNames()
throws ServiceException,
RemoteException
getPreviousVersionNames in interface MetadataInterface
public MetadataInterface getVersion(String versionName)
throws ServiceException,
RemoteException
getVersion in interface MetadataInterfaceversionName - The name of the version to return
public void version()
throws ServiceException,
RemoteException
version in interface MetadataInterface
public void checkout()
throws ServiceException,
RemoteException
checkout in interface MetadataInterface
public void checkin()
throws ServiceException,
RemoteException
checkin in interface MetadataInterface
public void uncheckout()
throws ServiceException,
RemoteException
uncheckout in interface MetadataInterface
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||