Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.ui.designer |
Modifier and Type | Method and Description |
---|---|
IDesignAction |
IDesignActionContainer.createDesignAction()
Creates an action within the manual task object.
|
IDesignAction |
IDesignManualTask.getDelayAction()
get Action when delay expired
|
IDesignAction |
IDesignApplicationManualTask.getExpiringDesignAction()
get default the design action
|
IDesignAction |
IDesignTest.getFalseExit()
Gets the FALSE exit.
|
IDesignAction |
IDesignTest.getTrueExit()
Gets the TRUE exit.
|
Modifier and Type | Method and Description |
---|---|
Collection<IDesignAction> |
IDesignActionContainer.getDesignActions()
Gets the design actions
|
Modifier and Type | Method and Description |
---|---|
void |
IDesignActionContainer.detachDesignAction(IDesignAction designAction)
Detaches a design action from its container.
|
void |
IDesignManualTask.setDelayAction(IDesignAction delayAction)
set Action when delay expired
|
void |
IDesignApplicationManualTask.setExpiringDesignAction(IDesignAction designAction)
Set default the design action
|
Copyright © 2022 Visiativ. All rights reserved.