public interface ActivityMigrationMappingOptions<T extends ActivityMigrationMapping>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActivityMigrationMappingOptions.MultipleToActivityOptions<T extends ActivityMigrationMapping> |
static interface |
ActivityMigrationMappingOptions.SingleToActivityOptions<T extends ActivityMigrationMapping> |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCallActivityProcessDefinitionVersion() |
String |
getFromCallActivityId() |
String |
getToCallActivityId() |
T |
inParentProcessOfCallActivityId(String callActivityId) |
T |
inSubProcessOfCallActivityId(String callActivityId) |
T |
inSubProcessOfCallActivityId(String callActivityId,
int subProcessDefVersion) |
boolean |
isToCallActivity() |
boolean |
isToParentProcess() |
String getFromCallActivityId()
boolean isToParentProcess()
T inSubProcessOfCallActivityId(String callActivityId, int subProcessDefVersion)
String getToCallActivityId()
Integer getCallActivityProcessDefinitionVersion()
boolean isToCallActivity()
Copyright © 2019 Flowable. All rights reserved.