org.activiti.engine.impl.bpmn.data
接口 StructureDefinition
- 所有已知子接口:
- FieldBaseStructureDefinition
- 所有已知实现类:
- ClassStructureDefinition, PrimitiveStructureDefinition, SimpleStructureDefinition
public interface StructureDefinition
Represents a definition of a structure used to exchange information
- 作者:
- Esteban Robles Luna
getId
String getId()
- Obtains the id of this structure
- 返回:
- the id of this structure
createInstance
StructureInstance createInstance()
- 返回:
- a new instance of this structure definition
Copyright © 2013 Alfresco. All rights reserved.