Uses of Class
com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerException

Packages that use ActionHandlerException
com.jboss.jbossnetwork.product.jbpm.handlers   
 

Uses of ActionHandlerException in com.jboss.jbossnetwork.product.jbpm.handlers
 

Methods in com.jboss.jbossnetwork.product.jbpm.handlers with parameters of type ActionHandlerException
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.
 

Methods in com.jboss.jbossnetwork.product.jbpm.handlers that throw ActionHandlerException
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 BaseHandler.checkProperties()
          Ensures the property values that were set in BaseHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext) are valid.
protected  void UnzipActionHandler.checkProperties()
           
protected  void CompareDigestActionHandler.checkProperties()
           
protected  void ControlActionHandler.checkProperties()
           
protected  void JONServerDownloadActionHandler.checkProperties()
           
protected  void BackupAndReplaceFileActionHandler.checkProperties()
           
protected  void NotificationActionHandler.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 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 UnzipActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 void CompareDigestActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 void JONServerDownloadActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 void BackupAndReplaceFileActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 void NotificationActionHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.