org.eclipse.stardust.engine.api.runtime
Interface IDescriptorProvider
- All Known Subinterfaces:
- ActivityInstance, ProcessInstance
- All Known Implementing Classes:
- ProcessInstanceDetails
public interface IDescriptorProvider
- Version:
- $Revision$
- Author:
- rsauer
PRP_PROPVIDE_DESCRIPTORS
static final String PRP_PROPVIDE_DESCRIPTORS
PRP_DESCRIPTOR_IDS
static final String PRP_DESCRIPTOR_IDS
getDescriptorValue
Object getDescriptorValue(String id)
- Gets the current value of a descriptor with the specified ID.
- Parameters:
id - the id of the descriptor.
- Returns:
- the value of the descriptor.
getDescriptorDefinitions
List<DataPath> getDescriptorDefinitions()
- Retrieves definitions for available descriptors.
- Returns:
- the descriptor definitions that are available.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.