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

All Superinterfaces:
RuntimeObject, Serializable

public interface UserRealm
extends RuntimeObject

Provides a client view on user realms.

Version:
$Revision$
Author:
sborn, rsauer

Method Summary
 String getDescription()
          Provides an informal description of the realm.
 String getId()
          Provides the ID of the realm.
 String getName()
          Provides the human friendly name of the realm.
 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

String getId()
Provides the ID of the realm.

Returns:
The realm ID.

getName

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

Returns:
The realm name.

getDescription

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

Returns:
The realm description.

getPartitionId

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 © 2017 Eclipse Stardust. All Rights Reserved.