public interface TemplateStatusProvider
TemplateReferences (and also InstanceReferences)
from the corresponding storage layers. Retrieving a template status may
involve some conditions for embedded and instance-specific templates which
cannot be accomplished by the storage.| Modifier and Type | Method and Description |
|---|---|
TemplateStatus |
getTemplateStatus(java.util.UUID templateID)
Gets an object containing the status of the designated process template,
for usage in objects that reference a template status and which are created
in a storage layer.
|
TemplateStatus getTemplateStatus(java.util.UUID templateID) throws DataSourceException
templateID - The ID of the template to get the status of.DataSourceException - If there are problems accessing the data
source, a DataSourceException will be thrown.