@Deprecated public interface ScoreDeprecated
Modifier and Type | Method and Description |
---|---|
SystemContext |
extractSystemContext(byte[] executionObjectSerialized)
Deprecated.
|
Long |
generateExecutionId()
Deprecated.
for cases you need the executionId before triggering
this method generate executionId
|
Long |
reTrigger(SystemContext newSystemContext,
byte[] executionObj)
Deprecated.
|
Long |
trigger(Long executionId,
TriggeringProperties triggeringProperties)
Deprecated.
for cases you need the executionId before triggering
trigger run with pre-generated executionId (by using generateExecutionId() method...)
|
Long generateExecutionId()
Long trigger(Long executionId, TriggeringProperties triggeringProperties)
executionId
- - the executionId for the runtriggeringProperties
- object holding all the properties needed for the triggerLong reTrigger(SystemContext newSystemContext, byte[] executionObj)
SystemContext extractSystemContext(byte[] executionObjectSerialized)
Copyright © 2020. All rights reserved.