public class WorkflowPushController extends AbstractPushController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_ATT_CLASS_NAMES |
DEFAULT_DELAY, PARAM_UPDATE_INTERVAL, params| Constructor and Description |
|---|
WorkflowPushController() |
WorkflowPushController(int updateInterval) |
WorkflowPushController(PushComponent component) |
WorkflowPushController(PushComponent component,
int updateInterval) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
protected java.util.List<java.lang.String> |
getAttachmentClassNames() |
protected WorkflowService |
getWorkflowService()
Deprecated.
since 6.3
|
boolean |
isUpdateNeeded()
Returns whether an update is required or not.
|
protected void |
loadParameters() |
void |
update()
Called whenever an update is needed i.e.
|
addEvent, getComponent, getDesktop, getParameters, getSession, getUpdateInterval, getWebApplicationContext, internalRun, isDone, setComponent, setDone, setParameters, setUpdateInterval, startController, toStringregisterThread, run, unregisterThread, withInitialInfoactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, yieldpublic static final java.lang.String PARAM_ATT_CLASS_NAMES
public WorkflowPushController()
public WorkflowPushController(int updateInterval)
public WorkflowPushController(PushComponent component)
public WorkflowPushController(PushComponent component, int updateInterval)
protected void after()
after in class AbstractPushControllerprotected void before()
before in class AbstractPushControllerpublic boolean isUpdateNeeded()
PushControllertrue if an update is needed, false otherwisePushController.update()public void update()
PushControllerPushController.isUpdateNeeded() has returned true.
Typically creates CockpitEvents and adds them to a special event queue by calling the
PushComponent.addEvent(CockpitEvent) method on the PushComponent returned by PushController.getComponent().protected java.util.List<java.lang.String> getAttachmentClassNames()
@Deprecated protected WorkflowService getWorkflowService()
protected void loadParameters()
loadParameters in class AbstractPushControllerCopyright © 2018 SAP SE. All Rights Reserved.