public interface SubmittedForm
Deployment artifact, such as for example
a Business Archive (.bar) file.
At deploy time, the engine will then parse the process definition files to an executable instance of this class, that can be used to start a ProcessInstance.| Modifier and Type | Method and Description |
|---|---|
String |
getFormId()
category name which is derived from the targetNamespace attribute in the definitions element
|
byte[] |
getFormValueBytes() |
String |
getFormValuesId()
The deployment in which this process definition is contained.
|
String |
getId()
unique identifier
|
String |
getProcessDefinitionId()
description of this process
|
String |
getProcessInstanceId()
unique name for all versions this process definitions
|
String |
getSubmittedBy()
name of
the resource of this process definition. |
Date |
getSubmittedDate()
version of this process definition
|
String |
getTaskId()
label used for display purposes
|
String |
getTenantId()
The tenant identifier of this process definition
|
String getId()
String getFormId()
String getTaskId()
String getProcessInstanceId()
String getProcessDefinitionId()
Date getSubmittedDate()
String getSubmittedBy()
the resource of this process definition.String getFormValuesId()
String getTenantId()
byte[] getFormValueBytes()
Copyright © 2017 Alfresco. All rights reserved.