Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.inherent.resource
Interface Resource

All Superinterfaces:
SnapshotObject

public interface Resource
extends SnapshotObject

This interface represents a system resource, such as a business operation within Oracle Role Manager. A resource hs a type and a qualifier.


Field Summary
static java.lang.String ALL
          Static variable representing all.
static java.lang.String TYPE
          Static variable representing systemResource object.

 

Method Summary
 java.lang.String getDisplayName()
          Gets the display name of the System Resource.
 java.lang.String getName()
          Gets the unique name of the Resource.
 java.lang.String getQualifier()
          Returns a string used to distinguish this resource from other resources of the same resource type.
 ObjectKey getResourceType()
          Gets the object key of the related ResourceType.

 

Methods inherited from interface oracle.iam.rm.temporal.SnapshotObject
delete, delete, getAllAttributes, getAttributeValue, getDefaultTitle, getMixin, getObjectKey, getObjectType, getRelativeObjects, getRelativeObjects, getStructuralObject, getStructuralObjectType, getVersion, isEditable, makeReadConsistent, setAttributeValue, setAttributeValues, stateEquals, updateVersion

 

Field Detail

TYPE

static final java.lang.String TYPE
Static variable representing systemResource object.
See Also:
Constant Field Values

ALL

static final java.lang.String ALL
Static variable representing all.
See Also:
Constant Field Values

Method Detail

getName

java.lang.String getName()
Gets the unique name of the Resource.
Returns:
String representing Resource unique name.

getDisplayName

java.lang.String getDisplayName()
Gets the display name of the System Resource.
Returns:
String representing display name of SystemResource

getResourceType

ObjectKey getResourceType()
Gets the object key of the related ResourceType.
Returns:
ObjectKey of the related ResourceType

getQualifier

java.lang.String getQualifier()
Returns a string used to distinguish this resource from other resources of the same resource type.
Returns:
String qualifier.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.