org.eclipse.stardust.engine.api.query
Class DescriptorPolicy

java.lang.Object
  extended by org.eclipse.stardust.engine.api.query.DescriptorPolicy
All Implemented Interfaces:
Serializable, EvaluationPolicy

public class DescriptorPolicy
extends Object
implements EvaluationPolicy

Policy for specifying retrieval of descriptors.

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

Field Summary
static DescriptorPolicy NO_DESCRIPTORS
          Does not ship descriptor values with process instance details.
static DescriptorPolicy WITH_DESCRIPTORS
          Ships descriptor values with process instance details.
 
Method Summary
 Set<String> getDescriptorIds()
           
 boolean includeDescriptors()
           
static DescriptorPolicy withIds(Set<String> descriptorIds)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WITH_DESCRIPTORS

public static final DescriptorPolicy WITH_DESCRIPTORS
Ships descriptor values with process instance details.


NO_DESCRIPTORS

public static final DescriptorPolicy NO_DESCRIPTORS
Does not ship descriptor values with process instance details.

Method Detail

withIds

public static DescriptorPolicy withIds(Set<String> descriptorIds)

getDescriptorIds

public Set<String> getDescriptorIds()

includeDescriptors

public boolean includeDescriptors()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.