| Package | Description |
|---|---|
| com.jboss.jbossnetwork.product.jbpm.handlers |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseHandler.skip(org.jbpm.graph.exe.ExecutionContext executionContext,
ActionHandlerException exception,
String additionalMessage,
String leavingTransition)
Called by a handler at the end of its processing to indicate a step in the workflow has been skipped and
transitions to the next step in the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
HandlerUtils.checkAndReturnParent(String filename) |
static void |
HandlerUtils.checkFilenameDoesNotExist(String filename) |
static void |
HandlerUtils.checkFilenameExists(String filename) |
static void |
HandlerUtils.checkFilenameIsAbsolute(String filename) |
static void |
HandlerUtils.checkFilenameIsADirectory(String filename) |
static void |
HandlerUtils.checkFilenameIsAFile(String filename) |
static void |
HandlerUtils.checkFilenameIsNotEmpty(String filename) |
static void |
HandlerUtils.checkFilenameIsReadable(String filename) |
static void |
HandlerUtils.checkFilenameIsWriteable(String filename) |
static void |
HandlerUtils.checkIsSet(String parameterName,
Object parameterValue)
Utility method to verify a parameter value has been set and is not empty.
|
protected void |
JONServerDownloadActionHandler.checkProperties() |
protected void |
BaseHandler.checkProperties()
Ensures the property values that were set in
BaseHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext)
are valid. |
protected void |
NotificationActionHandler.checkProperties() |
protected void |
CompareDigestActionHandler.checkProperties() |
protected void |
ControlActionHandler.checkProperties() |
protected void |
UnzipActionHandler.checkProperties() |
protected void |
BackupAndReplaceFileActionHandler.checkProperties() |
void |
JONServerDownloadActionHandler.downloadBits(org.rhq.core.domain.content.PackageDetailsKey key,
ContentContext contentContext) |
protected String |
BaseHandler.substituteVariable(String expression,
org.jbpm.graph.exe.ExecutionContext executionContext)
Substitutes in values found in the workflow (execution context) for the specified expression.
|
void |
JONServerDownloadActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext) |
void |
BaseHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext)
Requests the action handler substitute into its node any variables necessary, taking the values for these from
the provided execution context.
|
void |
NotificationActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext) |
void |
CompareDigestActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext) |
void |
UnzipActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext) |
void |
BackupAndReplaceFileActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.