Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

ACTION_TYPE - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
addBranch(Long, String, Map<String, Serializable>) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
add brunch - means you want to split your execution
addBranch(Long, Long, Map<String, Serializable>, ExecutionRuntimeServices) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
addBranch(Long, Long, Map<String, Serializable>, SystemContext) - Method in class io.cloudslang.score.lang.SystemContext
 
addBranchForParallelLoop(Long, String, Map<String, Serializable>) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
addEvent(String, Serializable) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
add event - for score to fire
addRoiValue(Double) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
addStep(ExecutionStep) - Method in class io.cloudslang.score.api.ExecutionPlan
 
addSteps(List<ExecutionStep>) - Method in class io.cloudslang.score.api.ExecutionPlan
 

B

beginStep - Variable in class io.cloudslang.score.api.ExecutionPlan
 
BRANCH_ID - Static variable in class io.cloudslang.score.events.EventConstants
 

C

cancelExecution(Long) - Method in interface io.cloudslang.score.api.Score
Trigger execution cancellation - sets the given execution with status PENDING_CANCEL
canExecute(String, boolean) - Method in interface io.cloudslang.score.api.execution.precondition.ExecutionPreconditionService
 
clear() - Method in class io.cloudslang.score.lang.SystemContext
 
containsKey(Object) - Method in class io.cloudslang.score.lang.SystemContext
 
containsValue(Object) - Method in class io.cloudslang.score.lang.SystemContext
 
contextMap - Variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
ControlActionMetadata - Class in io.cloudslang.score.api
Created by IntelliJ IDEA.
ControlActionMetadata() - Constructor for class io.cloudslang.score.api.ControlActionMetadata
 
ControlActionMetadata(String, String) - Constructor for class io.cloudslang.score.api.ControlActionMetadata
 
create(ExecutionPlan) - Static method in class io.cloudslang.score.api.TriggeringProperties
 

D

DEFAULT_ROI_VALUE - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
dispatch(ScoreEvent...) - Method in interface io.cloudslang.score.events.EventBus
dispatch the given events, meaning relevant handlers will be called based on the event types
dispatch(ScoreEvent...) - Method in class io.cloudslang.score.events.EventBusImpl
 
dispatch(ScoreEvent) - Method in interface io.cloudslang.score.events.FastEventBus
dispatch the given event
dispatch(ScoreEvent) - Method in class io.cloudslang.score.events.FastEventBusImpl
 

E

EndBranchDataContainer - Class in io.cloudslang.score.api
A POJO which serves as an holder for the contexts and exception (if exists) of a finished branch
EndBranchDataContainer(Map<String, Serializable>, Map<String, Serializable>, String) - Constructor for class io.cloudslang.score.api.EndBranchDataContainer
 
ENTERPRISE_MODE - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
entrySet() - Method in class io.cloudslang.score.lang.SystemContext
 
equals(Object) - Method in class io.cloudslang.score.api.ControlActionMetadata
 
equals(Object) - Method in class io.cloudslang.score.api.EndBranchDataContainer
 
equals(Object) - Method in class io.cloudslang.score.api.ExecutionPlan
 
equals(Object) - Method in class io.cloudslang.score.api.ExecutionStep
 
equals(Object) - Method in class io.cloudslang.score.api.StartBranchDataContainer
 
equals(Object) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
EventBus - Interface in io.cloudslang.score.events
User: Date: 09/01/14 Time: 12:06
EventBusImpl - Class in io.cloudslang.score.events
User: hajyhia Date: 1/19/14 Time: 5:51 PM
EventBusImpl() - Constructor for class io.cloudslang.score.events.EventBusImpl
 
EventConstants - Class in io.cloudslang.score.events
User: Date: 20/07/2014
EventConstants() - Constructor for class io.cloudslang.score.events.EventConstants
 
EXECUTION - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
EXECUTION_CONTEXT - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
EXECUTION_CONTEXT - Static variable in class io.cloudslang.score.events.EventConstants
 
EXECUTION_ID - Static variable in class io.cloudslang.score.events.EventConstants
 
EXECUTION_ID_CONTEXT - Static variable in class io.cloudslang.score.events.EventConstants
 
EXECUTION_ID_CONTEXT - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
EXECUTION_PAUSED - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
EXECUTION_PLAN_ID - Static variable in class io.cloudslang.score.api.execution.ExecutionMetadataConsts
 
EXECUTION_PLAN_NAME - Static variable in class io.cloudslang.score.api.execution.ExecutionMetadataConsts
 
EXECUTION_RUNTIME_SERVICES - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
EXECUTION_TOTAL_ROI - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
ExecutionMetadataConsts - Class in io.cloudslang.score.api.execution
Created by varelase on 24/06/2015.
ExecutionMetadataConsts() - Constructor for class io.cloudslang.score.api.execution.ExecutionMetadataConsts
 
ExecutionParametersConsts - Class in io.cloudslang.score.api.execution
Created by peerme on 03/09/2014.
ExecutionParametersConsts() - Constructor for class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
ExecutionPlan - Class in io.cloudslang.score.api
Date: 8/1/11
ExecutionPlan() - Constructor for class io.cloudslang.score.api.ExecutionPlan
 
ExecutionPostconditionService - Interface in io.cloudslang.score.api.execution.precondition
This service is designed for any conditions that should be checked after the execution finishes.
ExecutionPreconditionService - Interface in io.cloudslang.score.api.execution.precondition
This service is designed for any conditions that should be checked before the actual execution.
ExecutionRuntimeServices - Class in io.cloudslang.score.lang
User: Date: 11/06/2014
ExecutionRuntimeServices() - Constructor for class io.cloudslang.score.lang.ExecutionRuntimeServices
 
ExecutionRuntimeServices(ExecutionRuntimeServices) - Constructor for class io.cloudslang.score.lang.ExecutionRuntimeServices
copy constructor that clean the NEW_SPLIT_ID & BRANCH_ID keys
ExecutionStatus - Enum in io.cloudslang.score.facade.execution
Created by peerme on 17/08/2014.
ExecutionStep - Class in io.cloudslang.score.api
Date: 8/1/11
ExecutionStep() - Constructor for class io.cloudslang.score.api.ExecutionStep
 
ExecutionStep(Long) - Constructor for class io.cloudslang.score.api.ExecutionStep
 
extractParentNameFromRunId(Long) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
extractSystemContext(byte[]) - Method in interface io.cloudslang.score.api.ScoreDeprecated
Deprecated.
 

F

FastEventBus - Interface in io.cloudslang.score.events
 
FastEventBusImpl - Class in io.cloudslang.score.events
 
FastEventBusImpl() - Constructor for class io.cloudslang.score.events.FastEventBusImpl
 
FINISHED_CHILD_BRANCHES_DATA - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
FLOW_UUID - Static variable in class io.cloudslang.score.events.EventConstants
 
FlowExecutionException - Exception in io.cloudslang.score.exceptions
Created by IntelliJ IDEA.
FlowExecutionException(String) - Constructor for exception io.cloudslang.score.exceptions.FlowExecutionException
 
FlowExecutionException(String, Throwable) - Constructor for exception io.cloudslang.score.exceptions.FlowExecutionException
 
FlowExecutionException(String, Throwable, String) - Constructor for exception io.cloudslang.score.exceptions.FlowExecutionException
 
FlowExecutionException(String, String) - Constructor for exception io.cloudslang.score.exceptions.FlowExecutionException
 
flowUuid - Variable in class io.cloudslang.score.api.ExecutionPlan
 

G

generateExecutionId() - Method in interface io.cloudslang.score.api.ScoreDeprecated
Deprecated.
for cases you need the executionId before triggering this method generate executionId
get(Object) - Method in class io.cloudslang.score.lang.SystemContext
 
getAction() - Method in class io.cloudslang.score.api.ExecutionStep
 
getActionData() - Method in class io.cloudslang.score.api.ExecutionStep
 
getBeginStep() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getBranchId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getClassName() - Method in class io.cloudslang.score.api.ControlActionMetadata
 
getContext() - Method in class io.cloudslang.score.api.TriggeringProperties
 
getContexts() - Method in class io.cloudslang.score.api.EndBranchDataContainer
 
getContexts() - Method in class io.cloudslang.score.api.StartBranchDataContainer
 
getData() - Method in class io.cloudslang.score.events.ScoreEvent
 
getDependencies() - Method in class io.cloudslang.score.api.TriggeringProperties
 
getEvents() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getEventType() - Method in class io.cloudslang.score.events.ScoreEvent
 
getException() - Method in class io.cloudslang.score.api.EndBranchDataContainer
 
getExecStepId() - Method in class io.cloudslang.score.api.ExecutionStep
 
getExecutionId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getExecutionPlan() - Method in class io.cloudslang.score.api.TriggeringProperties
 
getExecutionPlanId() - Method in class io.cloudslang.score.api.StartBranchDataContainer
 
getExecutionPlanUuid() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getFinishedChildBranchesData() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getFlowTerminationType() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getFlowUuid() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getFromMap(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getLanguage() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getLanguageName() - Method in class io.cloudslang.score.events.ScoreEvent
 
getLanguageName() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getLevelParallelism() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getLicSwitchMode() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getMergeUserInputs() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getMessage() - Method in exception io.cloudslang.score.exceptions.FlowExecutionException
 
getMetadata() - Method in class io.cloudslang.score.events.ScoreEvent
 
getMetaData() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getMethodName() - Method in class io.cloudslang.score.api.ControlActionMetadata
 
getName() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getName() - Method in class io.cloudslang.score.api.StatefulQueueValue
 
getNavigation() - Method in class io.cloudslang.score.api.ExecutionStep
 
getNavigationData() - Method in class io.cloudslang.score.api.ExecutionStep
 
getNodeName() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getNodeNameWithDepth() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getNoWorkerInGroupName() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getParentRunningId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getPlatformMetadata() - Method in class io.cloudslang.score.api.TriggeringProperties
 
getPreconditionNotFulfilled() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getRobotGroupName() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getRoiValue() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getRuntimeValues() - Method in class io.cloudslang.score.api.TriggeringProperties
 
getSplitId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getStartPosition() - Method in class io.cloudslang.score.api.StartBranchDataContainer
 
getStartStep() - Method in class io.cloudslang.score.api.TriggeringProperties
 
getStep(Long) - Method in class io.cloudslang.score.api.ExecutionPlan
 
getStepErrorKey() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getStepPersistId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getSteps() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getSubFlowBeginStep(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getSubFlowRunningExecutionPlan(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
getSubflowsUUIDs() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getSysAccPaths() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getSystemContext() - Method in class io.cloudslang.score.api.EndBranchDataContainer
 
getSystemContext() - Method in class io.cloudslang.score.api.StartBranchDataContainer
 
getWorkerGroup() - Method in class io.cloudslang.score.api.ExecutionPlan
 
getWorkerGroupName() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
GLOBAL_SESSION_OBJECT - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 

H

hashCode() - Method in class io.cloudslang.score.api.ControlActionMetadata
 
hashCode() - Method in class io.cloudslang.score.api.EndBranchDataContainer
 
hashCode() - Method in class io.cloudslang.score.api.ExecutionPlan
 
hashCode() - Method in class io.cloudslang.score.api.ExecutionStep
 
hashCode() - Method in class io.cloudslang.score.api.StartBranchDataContainer
 
hashCode() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
hasStepErrorKey() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 

I

io.cloudslang.score.api - package io.cloudslang.score.api
 
io.cloudslang.score.api.execution - package io.cloudslang.score.api.execution
 
io.cloudslang.score.api.execution.precondition - package io.cloudslang.score.api.execution.precondition
 
io.cloudslang.score.api.nodes - package io.cloudslang.score.api.nodes
 
io.cloudslang.score.events - package io.cloudslang.score.events
 
io.cloudslang.score.exceptions - package io.cloudslang.score.exceptions
 
io.cloudslang.score.facade.execution - package io.cloudslang.score.facade.execution
 
io.cloudslang.score.lang - package io.cloudslang.score.lang
 
IS_BRANCH - Static variable in class io.cloudslang.score.events.EventConstants
 
isEmpty() - Method in class io.cloudslang.score.api.StatefulSessionStack
 
isEmpty() - Method in class io.cloudslang.score.lang.SystemContext
 
isEnterpriseMode() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
isPaused() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
isSplitStep() - Method in class io.cloudslang.score.api.ExecutionStep
 
isStepPersist() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 

K

keySet() - Method in class io.cloudslang.score.lang.SystemContext
 

L

language - Variable in class io.cloudslang.score.api.ExecutionPlan
 
LANGUAGE_TYPE - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
LIC_SWITCH_MODE - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 

M

MAVEN_DEPENDENCY_BUILD - Static variable in class io.cloudslang.score.events.EventConstants
 
MAVEN_DEPENDENCY_BUILD_FINISHED - Static variable in class io.cloudslang.score.events.EventConstants
 

N

name - Variable in class io.cloudslang.score.api.ExecutionPlan
 
NO_WORKERS_IN_GROUP - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
NON_SERIALIZABLE_EXECUTION_DATA - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 

O

onEvent(ScoreEvent) - Method in interface io.cloudslang.score.events.ScoreEventListener
handler of score event, this method will be called on score event
onEvent(ScoreEvent) - Method in interface io.cloudslang.score.events.UninterruptibleScoreEventListener
handler of score event, this method will be called on score event

P

PARALLEL_API_METERING - Static variable in class io.cloudslang.score.events.EventConstants
 
pause() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
used for asking score to pause your run
PAUSE_ID - Static variable in class io.cloudslang.score.events.EventConstants
 
pauseExecution(Long) - Method in interface io.cloudslang.score.api.Score
Requests Score to pause the given execution.
peakSessionMap() - Method in class io.cloudslang.score.api.StatefulSessionStack
 
popSessionMap() - Method in class io.cloudslang.score.api.StatefulSessionStack
 
postExecutionWork(String, boolean, boolean) - Method in interface io.cloudslang.score.api.execution.precondition.ExecutionPostconditionService
 
pullRequestForChangingExecutionPlan() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
This method should be used by score engine once it finishes executing a step, and checks if the running execution plan should be changed
pushSessionsMap(Map<String, StatefulQueueValue>) - Method in class io.cloudslang.score.api.StatefulSessionStack
 
put(String, Serializable) - Method in class io.cloudslang.score.lang.SystemContext
 
putAll(Map<? extends String, ? extends Serializable>) - Method in class io.cloudslang.score.lang.SystemContext
 
putMetaData(Map<String, ? extends Serializable>) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 

R

registerEventListener(UninterruptibleScoreEventListener) - Method in interface io.cloudslang.score.events.FastEventBus
register listener for events
registerEventListener(UninterruptibleScoreEventListener) - Method in class io.cloudslang.score.events.FastEventBusImpl
 
remove(Object) - Method in class io.cloudslang.score.lang.SystemContext
 
removeBranchesData() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
Removes the branches data and returns it
removeConsumerWorkerId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removePreconditionNotFulfilled() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removeProducerWorkerId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removeRobotGroupName() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removeRobotId() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removeShouldCheckGroup() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removeStepErrorKey() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
clean step error key
removeStepPersist() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removeStepPersistID() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
removeTotalRoiValue() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
requestToChangeExecutionPlan(Long) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
Request the engine to change the running execution plan to a new one The engine will deal with the request after finishing to execute the curretn step
resume() - Method in class io.cloudslang.score.lang.SystemContext
 
resumeExecution(Long, Map<String, Serializable>, Map<String, Serializable>) - Method in interface io.cloudslang.score.api.Score
Requests Score to resume the given execution
reTrigger(SystemContext, byte[]) - Method in interface io.cloudslang.score.api.ScoreDeprecated
Deprecated.
 
RUNNING_EXECUTION_PLAN_ID - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 

S

SC_NESTED_FOR_PARALLELISM_LEVEL - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
Score - Interface in io.cloudslang.score.api
User: wahnonm Date: 20/01/14 Time: 17:09
SCORE_BRANCH_FAILURE_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_ERROR_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_ERROR_LOG_MSG - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_ERROR_MSG - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_ERROR_TYPE - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_EVENTS_QUEUE - Static variable in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
SCORE_FAILURE_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_FINISHED_BRANCH_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_FINISHED_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_NO_WORKER_FAILURE_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_PAUSED_BRANCH_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_PAUSED_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_RESUMED_BRANCH_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_RUN_ENV - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_STARTED_BRANCH_EVENT - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_STEP_NAV_ERROR - Static variable in class io.cloudslang.score.events.EventConstants
 
SCORE_STEP_SPLIT_ERROR - Static variable in class io.cloudslang.score.events.EventConstants
 
ScoreDeprecated - Interface in io.cloudslang.score.api
Deprecated.
ScoreEvent - Class in io.cloudslang.score.events
User: Date: 10/06/2014
ScoreEvent(String, Serializable) - Constructor for class io.cloudslang.score.events.ScoreEvent
 
ScoreEvent(String, String, Serializable) - Constructor for class io.cloudslang.score.events.ScoreEvent
 
ScoreEvent(String, String, Serializable, Map<String, ? extends Serializable>) - Constructor for class io.cloudslang.score.events.ScoreEvent
 
ScoreEventListener - Interface in io.cloudslang.score.events
Created with IntelliJ IDEA.
SEQUENTIAL - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
SERIALIZABLE_SESSION_CONTEXT - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
SESSION_OBJECT - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
setAction(ControlActionMetadata) - Method in class io.cloudslang.score.api.ExecutionStep
 
setActionData(Map<String, ?>) - Method in class io.cloudslang.score.api.ExecutionStep
 
setBeginStep(Long) - Method in class io.cloudslang.score.api.ExecutionPlan
 
setBranchId(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
setter for the brunch id of the current Execution
setClassName(String) - Method in class io.cloudslang.score.api.ControlActionMetadata
 
setConsumerWorkerId(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setContext(Map<String, ? extends Serializable>) - Method in class io.cloudslang.score.api.TriggeringProperties
 
setDependencies(Map<String, ExecutionPlan>) - Method in class io.cloudslang.score.api.TriggeringProperties
 
setExecStepId(Long) - Method in class io.cloudslang.score.api.ExecutionStep
 
setExecutionId(Long) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
set the execution id - should be called only once in score triggering!
setFinishedChildBranchesData(ArrayList<EndBranchDataContainer>) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
setter for the finished child brunches data
setFlowTerminationType(ExecutionStatus) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
set the flow termination type
setFlowUuid(String) - Method in class io.cloudslang.score.api.ExecutionPlan
 
setLanguage(String) - Method in class io.cloudslang.score.api.ExecutionPlan
 
setLanguageName(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setLevelParallelism(int) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setMergeUserInputs(boolean) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setMethodName(String) - Method in class io.cloudslang.score.api.ControlActionMetadata
 
setName(String) - Method in class io.cloudslang.score.api.ExecutionPlan
 
setName(String) - Method in class io.cloudslang.score.api.StatefulQueueValue
 
setNavigation(ControlActionMetadata) - Method in class io.cloudslang.score.api.ExecutionStep
 
setNavigationData(Map<String, ?>) - Method in class io.cloudslang.score.api.ExecutionStep
 
setNodeName(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setNodeNameWithDepth(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setNoWorkerInGroup(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
means we dont have worker with the required group
setParentRunningId(Long) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setPlatformMetadata(Map<String, ? extends Serializable>) - Method in class io.cloudslang.score.api.TriggeringProperties
 
setPreconditionNotFulfilled() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setProducerWorkerId(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setRobotGroupName(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setRobotId(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setRuntimeValues(Map<String, ? extends Serializable>) - Method in class io.cloudslang.score.api.TriggeringProperties
 
setShouldCheckGroup() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
This flag is set if the current execution step needs to go through group resolving
setSplitId(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
set teh split id
setSplitStep(boolean) - Method in class io.cloudslang.score.api.ExecutionStep
 
setStartStep(Long) - Method in class io.cloudslang.score.api.TriggeringProperties
 
setStepErrorKey(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
set the step error key
setStepPersist(boolean) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setStepPersistId(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
setSubFlowsData(Map<String, Long>, Map<String, Long>) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
put all the data relevant for sub flows: map of runningPlanIds and list of BeginStepIds
setSubflowsUUIDs(Set<String>) - Method in class io.cloudslang.score.api.ExecutionPlan
 
setSysAccPaths(Set<String>) - Method in class io.cloudslang.score.api.ExecutionPlan
 
setWorkerGroup(String) - Method in class io.cloudslang.score.api.ExecutionPlan
 
setWorkerGroupName(String) - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
shouldCheckGroup() - Method in class io.cloudslang.score.lang.ExecutionRuntimeServices
 
size() - Method in class io.cloudslang.score.api.StatefulSessionStack
 
size() - Method in class io.cloudslang.score.lang.SystemContext
 
SPLIT_ID - Static variable in class io.cloudslang.score.events.EventConstants
 
StartBranchDataContainer - Class in io.cloudslang.score.api
A POJO containing all the data necessary to create a new branch
StartBranchDataContainer(Long, Long, Map<String, Serializable>, SystemContext) - Constructor for class io.cloudslang.score.api.StartBranchDataContainer
 
StatefulQueueValue - Class in io.cloudslang.score.api
 
StatefulQueueValue(String) - Constructor for class io.cloudslang.score.api.StatefulQueueValue
 
StatefulSessionStack - Class in io.cloudslang.score.api
 
StatefulSessionStack() - Constructor for class io.cloudslang.score.api.StatefulSessionStack
 
STEP_PATH - Static variable in class io.cloudslang.score.events.EventConstants
 
steps - Variable in class io.cloudslang.score.api.ExecutionPlan
 
subflowsUUIDs - Variable in class io.cloudslang.score.api.ExecutionPlan
 
subscribe(ScoreEventListener, Set<String>) - Method in interface io.cloudslang.score.events.EventBus
register listener for event types
subscribe(ScoreEventListener, Set<String>) - Method in class io.cloudslang.score.events.EventBusImpl
 
sysAccPaths - Variable in class io.cloudslang.score.api.ExecutionPlan
 
SYSTEM_CONTEXT - Static variable in class io.cloudslang.score.api.execution.ExecutionParametersConsts
 
SystemContext - Class in io.cloudslang.score.lang
User: Date: 10/06/2014
SystemContext() - Constructor for class io.cloudslang.score.lang.SystemContext
 
SystemContext(Map<? extends String, ? extends Serializable>) - Constructor for class io.cloudslang.score.lang.SystemContext
 
SystemContext(Map<String, Serializable>, boolean) - Constructor for class io.cloudslang.score.lang.SystemContext
 

T

toString() - Method in class io.cloudslang.score.api.ControlActionMetadata
 
toString() - Method in class io.cloudslang.score.api.ExecutionPlan
 
toString() - Method in class io.cloudslang.score.api.ExecutionStep
 
trigger(TriggeringProperties) - Method in interface io.cloudslang.score.api.Score
Trigger a flow by score & return the execution ID
trigger(Long, TriggeringProperties) - Method in interface io.cloudslang.score.api.ScoreDeprecated
Deprecated.
for cases you need the executionId before triggering trigger run with pre-generated executionId (by using generateExecutionId() method...)
TriggeringProperties - Class in io.cloudslang.score.api
User: stoneo Date: 05/08/2014 Time: 14:04

U

UninterruptibleScoreEventListener - Interface in io.cloudslang.score.events
 
unsubscribe(ScoreEventListener) - Method in interface io.cloudslang.score.events.EventBus
remove the given handler
unsubscribe(ScoreEventListener) - Method in class io.cloudslang.score.events.EventBusImpl
 

V

valueOf(String) - Static method in enum io.cloudslang.score.api.nodes.WorkerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.cloudslang.score.facade.execution.ExecutionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.cloudslang.score.api.nodes.WorkerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.cloudslang.score.facade.execution.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class io.cloudslang.score.lang.SystemContext
 

W

WORKER_EXECUTION_MONITOR - Static variable in class io.cloudslang.score.events.EventConstants
 
WORKER_PERFORMANCE_MONITOR - Static variable in class io.cloudslang.score.events.EventConstants
 
WorkerStatus - Enum in io.cloudslang.score.api.nodes
Created by peerme on 02/09/2014.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.