public class ProcessDefinitionMappingMetadata extends Object implements Serializable
Constructor and Description |
---|
ProcessDefinitionMappingMetadata(AutoFlowType type,
Map<Element.ElementType,List<MappingAttributeMetadata>> mappingMetadata)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<Element.ElementType,List<MappingAttributeMetadata>> |
getMappingMetadata()
Gets the attributes that map to process definition element attributes.
|
AutoFlowType |
getType()
Gets the type of the source object from which a process flow can be automatically created.
|
int |
hashCode() |
String |
toString() |
public ProcessDefinitionMappingMetadata(AutoFlowType type, Map<Element.ElementType,List<MappingAttributeMetadata>> mappingMetadata)
type
- The type of the source object from which a process flow can be automatically created.mappingMetadata
- The attributes that map to process definition element attributes.public AutoFlowType getType()
public Map<Element.ElementType,List<MappingAttributeMetadata>> getMappingMetadata()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>