org.eclipse.stardust.engine.api.model
Class ProfileScope

java.lang.Object
  extended by org.eclipse.stardust.common.IntKey
      extended by org.eclipse.stardust.engine.api.model.ProfileScope
All Implemented Interfaces:
Serializable, Comparable

public class ProfileScope
extends org.eclipse.stardust.common.IntKey

Represents the profile scope. Used in (AdministrationService.getProfile(ProfileScope) and (AdministrationService.setProfile(ProfileScope, java.util.Map).

Version:
$Revision: $
Author:
sborn
See Also:
Serialized Form

Field Summary
static ProfileScope DomainScope
          Domain scope.
static ProfileScope GlobalScope
          Global scope.
static ProfileScope PartitionScope
          Partition scope.
static ProfileScope UserScope
          User scope.
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.common.IntKey
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GlobalScope

public static final ProfileScope GlobalScope
Global scope.


PartitionScope

public static final ProfileScope PartitionScope
Partition scope.


DomainScope

public static final ProfileScope DomainScope
Domain scope.


UserScope

public static final ProfileScope UserScope
User scope.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.