A B C D E F G H I J L M N O P R S T U 

A

AbstractJBossASContentFacetDelegate - Class in org.jboss.on.common.jbossas
This is a base class for the ContentFacet implementation delegates for JBoss AS plugins.
AbstractJBossASContentFacetDelegate(JBPMWorkflowManager) - Constructor for class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
 
ActionHandlerException - Exception in com.jboss.jbossnetwork.product.jbpm.handlers
Represents exceptions that can occur at any point during an action handler's processing.
ActionHandlerException() - Constructor for exception com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerException
 
ActionHandlerException(String) - Constructor for exception com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerException
 
ActionHandlerException(String, Throwable) - Constructor for exception com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerException
 
ActionHandlerException(Throwable) - Constructor for exception com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerException
 
ActionHandlerMessageLog - Class in com.jboss.jbossnetwork.product.jbpm.handlers
JBPM message log subclass that holds onto data that describes a particular step in the workflow, using the domain model specific objects.
ActionHandlerMessageLog() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerMessageLog
 

B

BackupAndReplaceFileActionHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
JBPM process handler that is responsible for copying new files from a patch into the AS instance.
BackupAndReplaceFileActionHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
BaseHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
Base class for all of our JBPM handlers, providing some basic functionality for transitioning between steps.
BaseHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
 

C

checkAndReturnParent(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameDoesNotExist(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameExists(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameIsAbsolute(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameIsADirectory(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameIsAFile(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameIsNotEmpty(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameIsReadable(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkFilenameIsWriteable(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
checkIsSet(String, Object) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
Utility method to verify a parameter value has been set and is not empty.
checkProperties() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
checkProperties() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Ensures the property values that were set in BaseHandler.substituteVariables(org.jbpm.graph.exe.ExecutionContext) are valid.
checkProperties() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
checkProperties() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionHandler
 
checkProperties() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 
checkProperties() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler
 
checkProperties() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
closeConnection() - Method in class org.jboss.on.common.jbossas.JmxConnectionHelper
If necessary attempt to close the EMS connection, then set this.connection null.
com.jboss.jbossnetwork.product.jbpm.handlers - package com.jboss.jbossnetwork.product.jbpm.handlers
 
CompareDigestActionHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
 
CompareDigestActionHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
complete(ExecutionContext, String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Called by a handler at the end of its processing to indicate a step was completed successfully and transitions to the next step in the workflow.
CONNECTOR_ADDRESS - Static variable in class org.jboss.on.common.jbossas.JmxConnectionHelper
 
CONNECTOR_CREDENTIALS - Static variable in class org.jboss.on.common.jbossas.JmxConnectionHelper
 
CONNECTOR_DESCRIPTOR_TYPE - Static variable in class org.jboss.on.common.jbossas.JmxConnectionHelper
 
CONNECTOR_PRINCIPAL - Static variable in class org.jboss.on.common.jbossas.JmxConnectionHelper
 
CONTENT_CONTEXT - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
ContextVariables - Class in com.jboss.jbossnetwork.product.jbpm.handlers
For values that are stored in the JPBM execution context, this class contains the names of the keys against which they are stored.
ContextVariables() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
CONTROL_ACTION_FACADE - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
ControlActionFacade - Interface in com.jboss.jbossnetwork.product.jbpm.handlers
Facade to the rest of the plugin classes necessary to perform control actions on the resource.
ControlActionHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
JBPM handler which executes an action on the JBoss AS instance being manipulated.
ControlActionHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionHandler
 
convertDigit(int) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 

D

deployPackages(Set<ResourcePackageDetails>, ContentServices) - Method in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
This default implementation supports deploying a single patch.
discoverDeployedPackages(PackageType) - Method in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
The default implementation of this method merely throws an unsupported operation exception.
DOWNLOAD_DIR - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
downloadBits(PackageDetailsKey, ContentContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 

E

encode(byte[]) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 
error(ExecutionContext, Throwable, String, String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Called by a handler at the end of its processing to indicate an error occurred in the execution of a given step and closes out the step.
execute(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
 
execute(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SetProcessStatusActionHandler
 

F

formatPath(String) - Static method in class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
Formats a path for display to the user.

G

generateInstallationSteps(ResourcePackageDetails) - Method in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
 
getActionName() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionHandler
 
getAlgorithm() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
getAutomatedInstallation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getBackupFileLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
getCreatedBy() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getCreatedOn() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
getDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Returns a user readable description of what the step in the workflow entails.
getDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
getDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionHandler
 
getDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 
getDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler
 
getDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
getDestinationDirectoryLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
getDestinationFileLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
getDestinationFileLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 
getDistributionStatusTypeId() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getDownloadUrl() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getEmsConnection(Configuration) - Method in class org.jboss.on.common.jbossas.JmxConnectionHelper
Obtain an EmsConnection for the passed connection properties.
getEmsConnection() - Method in class org.jboss.on.common.jbossas.JmxConnectionHelper
Obtain an EmsConnection.
getExpectedDigest() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
getFilename() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getFileSize() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getFileToBeCheckedLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
getFileToBeUnzippedLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
getHomeDir() - Method in class org.jboss.on.common.jbossas.JBossASPaths
 
getId() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getInstructionCompatibilityVersion() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getIssueReference() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getJmxInvokerUserInfo(File) - Static method in class org.jboss.on.common.jbossas.JBossASDiscoveryUtils
 
getLastModified() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getLicenseName() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getLicenseVersion() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getLongDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getManualInstallation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getMD5() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getNotification() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler
 
getOriginalFileLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
getPassword() - Method in class org.jboss.on.common.jbossas.JBossASDiscoveryUtils.UserInfo
 
getPassword(String) - Method in class org.jboss.on.common.jbossas.SecurityDomainInfo
 
getReferenceURL() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getReplacementFileLocation() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
getRoles(String) - Method in class org.jboss.on.common.jbossas.SecurityDomainInfo
 
getSecurityDomain() - Method in class org.jboss.on.common.jbossas.JmxInvokerServiceConfiguration
 
getServerDir() - Method in class org.jboss.on.common.jbossas.JBossASPaths
 
getSHA256() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getShortDescription() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getSoftwareTypeId() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getStatus() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SetProcessStatusActionHandler
 
getStep() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerMessageLog
 
getSupportCaseReference() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getTitle() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
getUsername() - Method in class org.jboss.on.common.jbossas.JBossASDiscoveryUtils.UserInfo
 
getUsers(String) - Method in class org.jboss.on.common.jbossas.SecurityDomainInfo
 
getWorkflowManager() - Method in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
 

H

HandlerUtils - Class in com.jboss.jbossnetwork.product.jbpm.handlers
Utilities provided to handlers that are outside of the JBPM specific methods found in BaseHandler.
HandlerUtils() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.HandlerUtils
 

I

isRunning() - Method in interface com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionFacade
Indicates if the AS instance is running.
isRunning() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.PluginContainerControlActionFacade
 

J

JBOSS_CLIENT_DIR - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
JBOSS_HOME_DIR - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
JBOSS_HOME_DIR - Static variable in class org.jboss.on.common.jbossas.JmxConnectionHelper
 
JBOSS_SERVER_DIR - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
JBossASDiscoveryUtils - Class in org.jboss.on.common.jbossas
 
JBossASDiscoveryUtils.UserInfo - Class in org.jboss.on.common.jbossas
 
JBossASDiscoveryUtils.UserInfo(String, String) - Constructor for class org.jboss.on.common.jbossas.JBossASDiscoveryUtils.UserInfo
 
JBossASPaths - Class in org.jboss.on.common.jbossas
This is a helper class to define paths of a JBoss AS used to pass these to JBPMWorkflowManager.
JBossASPaths() - Constructor for class org.jboss.on.common.jbossas.JBossASPaths
 
JBossASPaths(String, String) - Constructor for class org.jboss.on.common.jbossas.JBossASPaths
 
JBPMWorkflowManager - Class in org.jboss.on.common.jbossas
Class responsible for managing the running of a JBPM process to apply a patch to a JBoss instance.
JBPMWorkflowManager(ContentContext, ControlActionFacade, JBossASPaths) - Constructor for class org.jboss.on.common.jbossas.JBPMWorkflowManager
 
JmxConnectionHelper - Class in org.jboss.on.common.jbossas
Shared helper class to connect to a remote JMX server.
JmxConnectionHelper(boolean, File) - Constructor for class org.jboss.on.common.jbossas.JmxConnectionHelper
Constructs a new connection helper.
JmxInvokerServiceConfiguration - Class in org.jboss.on.common.jbossas
 
JmxInvokerServiceConfiguration(File) - Constructor for class org.jboss.on.common.jbossas.JmxInvokerServiceConfiguration
 
JmxInvokerServiceConfiguration(InputStream) - Constructor for class org.jboss.on.common.jbossas.JmxInvokerServiceConfiguration
 
JONServerDownloadActionHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
JBPM action handler that is responsible for downloading the bits for the patch and writing them out to a temporary file.
JONServerDownloadActionHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 

L

logger - Variable in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Logger, keyed to the subclass.

M

MESSAGE_NO_CHANGES - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Standard message to describe that no changes were made by the currently executing step.

N

NotificationActionHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
JBPM action handler that simply holds a message from the workflow.
NotificationActionHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler
 
notRun(ExecutionContext, String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Called by a handler at the end of its processing to indicate a step was skipped and transitions to the next step in the workflow.

O

org.jboss.on.common.jbossas - package org.jboss.on.common.jbossas
 

P

PACKAGE_DETAILS_KEY - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
PACKAGE_TYPE_LIBRARY - Static variable in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
 
PACKAGE_TYPE_PATCH - Static variable in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
 
PATCH_DIR - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
PluginContainerControlActionFacade - Class in com.jboss.jbossnetwork.product.jbpm.handlers
Implementation of the ControlActionFacade that connects to the plugin container to perform its calls.
PluginContainerControlActionFacade(OperationContext, ResourceComponent<?>) - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.PluginContainerControlActionFacade
 

R

removePackages(Set<ResourcePackageDetails>) - Method in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
The default implementation of this method merely throws an unsupported operation exception.
retrievePackageBits(ResourcePackageDetails) - Method in class org.jboss.on.common.jbossas.AbstractJBossASContentFacetDelegate
The default implementation of this method merely throws an unsupported operation exception.
run(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
run(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Tells the handle implementation to actually perform the step indicated.
run(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
run(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionHandler
 
run(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 
run(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler
 
run(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
run(ResourcePackageDetails) - Method in class org.jboss.on.common.jbossas.JBPMWorkflowManager
Runs the JBPM process included in the provided package description.

S

SecurityDomainInfo - Class in org.jboss.on.common.jbossas
 
SecurityDomainInfo(File, File) - Constructor for class org.jboss.on.common.jbossas.SecurityDomainInfo
 
setActionName(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionHandler
 
setAlgorithm(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
setAutomatedInstallation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setBackupFileLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
setCreatedBy(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setCreatedOn(Long) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setDestinationDirectoryLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
setDestinationFileLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
setDestinationFileLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 
setDistributionStatusTypeId(Integer) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setDownloadUrl(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setExpectedDigest(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
setFilename(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setFileSize(Long) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setFileToBeCheckedLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
setFileToBeUnzippedLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
setHomeDir(String) - Method in class org.jboss.on.common.jbossas.JBossASPaths
 
setId(Integer) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setInstructionCompatibilityVersion(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setIssueReference(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setLastModified(Long) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setLicenseName(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setLicenseVersion(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setLongDescription(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setManualInstallation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setMD5(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setNotification(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler
 
setOriginalFileLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
SetProcessStatusActionHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
JBPM handler that sets the overall process state indicate a success or failure.
SetProcessStatusActionHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.SetProcessStatusActionHandler
 
setPropertyDefaults() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
setPropertyDefaults() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Sets the default values for properties used by the handler implementation.
setPropertyDefaults() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
setPropertyDefaults() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 
setReferenceURL(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setReplacementFileLocation(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
setServerDir(String) - Method in class org.jboss.on.common.jbossas.JBossASPaths
 
setSHA256(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setShortDescription(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setSoftwareTypeId(Integer) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setStatus(Boolean) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SetProcessStatusActionHandler
 
setStep(DeployPackageStep) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.ActionHandlerMessageLog
 
setSupportCaseReference(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
setTitle(String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
skip(ExecutionContext, ActionHandlerException, String, String) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
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.
SOFTWARE - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
SoftwareValue - Class in com.jboss.jbossnetwork.product.jbpm.handlers
Bean stuffed into the execution context whose values are used in the variable substitutions.
SoftwareValue() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.SoftwareValue
 
start() - Method in interface com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionFacade
Starts the underlying JBoss AS instance.
start() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.PluginContainerControlActionFacade
 
stop() - Method in interface com.jboss.jbossnetwork.product.jbpm.handlers.ControlActionFacade
Stops the underlying JBoss AS instance.
stop() - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.PluginContainerControlActionFacade
 
substituteVariable(String, ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Substitutes in values found in the workflow (execution context) for the specified expression.
substituteVariables(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BackupAndReplaceFileActionHandler
 
substituteVariables(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Requests the action handler substitute into its node any variables necessary, taking the values for these from the provided execution context.
substituteVariables(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.CompareDigestActionHandler
 
substituteVariables(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.JONServerDownloadActionHandler
 
substituteVariables(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.NotificationActionHandler
 
substituteVariables(ExecutionContext) - Method in class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 

T

TIMESTAMP - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.ContextVariables
 
TRANSITION_ERROR - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Describes an error in a step, preventing transitioning.
TRANSITION_SUCCESS - Static variable in class com.jboss.jbossnetwork.product.jbpm.handlers.BaseHandler
Describes a successful transition between steps.
translateSteps(ResourcePackageDetails) - Method in class org.jboss.on.common.jbossas.JBPMWorkflowManager
Translates the metadata inside the given package into a list of readable steps that will be executed during this package's installation.

U

UnzipActionHandler - Class in com.jboss.jbossnetwork.product.jbpm.handlers
JBPM handler that is responsible for unzipping a file.
UnzipActionHandler() - Constructor for class com.jboss.jbossnetwork.product.jbpm.handlers.UnzipActionHandler
 
A B C D E F G H I J L M N O P R S T U 

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