|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.admin.objects.MMAdminObject
com.metamatrix.admin.objects.MMRole
public class MMRole
Field Summary |
---|
Fields inherited from interface com.metamatrix.admin.api.objects.Role |
---|
ADMIN_PRODUCT, ADMIN_READONLY, ADMIN_SYSTEM |
Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
Constructor Summary | |
---|---|
MMRole(java.lang.String[] identifier)
Ctor |
Method Summary | |
---|---|
static java.lang.String[] |
getAvailableRoles()
Get the names of all administrative roles in the system. |
java.lang.String |
getIdentifier()
Get the fully-qualified identifier |
java.lang.String |
getName()
Get the Name for this Admin Object |
java.util.Properties |
getProperties()
Get all the properties for this Object. |
java.lang.String |
getPropertyValue(java.lang.String name)
Returns a property value for the given property name |
java.lang.String |
toString()
Get MetaMatrix Object as a String |
Methods inherited from class com.metamatrix.admin.objects.MMAdminObject |
---|
buildIdentifier, buildIdentifierArray, buildIdentifierList, getCreated, getCreatedBy, getCreatedDate, getIdentifierArray, getLastChangedBy, getLastChangedDate, getLastUpdated, getLastUpdatedBy, getNameFromIdentifier, getObjectType, getParentName, getPropertiesAsString, getProps, isDeployed, isEnabled, isRegistered, setCreated, setCreatedBy, setDeployed, setEnabled, setIdentifier, setLastUpdated, setLastUpdatedBy, setProperties, setRegistered |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MMRole(java.lang.String[] identifier)
identifier
- the role identifier should contain the whole
dotted notation in one field of the identifier so that the name
contains all components.Method Detail |
---|
public static java.lang.String[] getAvailableRoles()
public java.lang.String getIdentifier()
MMAdminObject
getIdentifier
in interface AdminObject
getIdentifier
in class MMAdminObject
AdminObject.getIdentifier()
public java.lang.String getName()
MMAdminObject
getName
in interface AdminObject
getName
in class MMAdminObject
AdminObject.getName()
public java.util.Properties getProperties()
MMAdminObject
getProperties
in interface AdminObject
getProperties
in class MMAdminObject
Properties
object.AdminObject.getProperties()
public java.lang.String getPropertyValue(java.lang.String name)
MMAdminObject
getPropertyValue
in interface AdminObject
getPropertyValue
in class MMAdminObject
name
- of the property value to obtain
String property value- Since:
- 4.3
- See Also:
AdminObject.getPropertyValue(java.lang.String)
public java.lang.String toString()
MMAdminObject
toString
in class MMAdminObject
MMAdminObject.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |