org.eclipse.stardust.engine.api.runtime
Interface UserRealm

All Superinterfaces:
RuntimeObject, java.io.Serializable

public interface UserRealm
extends RuntimeObject

Provides a client view on user realms.

Version:
$Revision$
Author:
sborn, rsauer

Method Summary
 java.lang.String getDescription()
          Provides an informal description of the realm.
 java.lang.String getId()
          Provides the ID of the realm.
 java.lang.String getName()
          Provides the human friendly name of the realm.
 java.lang.String getPartitionId()
          Provides the ID of the partition the realm is associated with.
 short getPartitionOid()
          Provides the OID of the partition the realm is associated with.
 
Methods inherited from interface org.eclipse.stardust.engine.api.runtime.RuntimeObject
getModelElementID, getModelElementOID, getModelOID, getOID
 

Method Detail

getId

java.lang.String getId()
Provides the ID of the realm.

Returns:
The realm ID.

getName

java.lang.String getName()
Provides the human friendly name of the realm.

Returns:
The realm name.

getDescription

java.lang.String getDescription()
Provides an informal description of the realm.

Returns:
The realm description.

getPartitionId

java.lang.String getPartitionId()
Provides the ID of the partition the realm is associated with.

Returns:
The partition ID.

getPartitionOid

short getPartitionOid()
Provides the OID of the partition the realm is associated with.

Returns:
The partition OID.


Copyright © 2013 SunGard CSA LLC. All Rights Reserved.