jar

com.github.albfernandez : jbpm-jpdl

Maven & Gradle

Aug 07, 2023
7 usages

jBPM3 - Core

Table Of Contents

Latest Version

Download com.github.albfernandez : jbpm-jpdl JAR file - Latest Versions:

All Versions

Download com.github.albfernandez : jbpm-jpdl JAR file - All Versions:

Version Vulnerabilities Size Updated
3.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jbpm-jpdl-3.2.19.ayg.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jbpm.jcr.impl

├─ org.jbpm.jcr.impl.AbstractJcrServiceFactory.class - [JAR]

├─ org.jbpm.jcr.impl.JcrServiceImpl.class - [JAR]

org.jbpm.jpdl.convert

├─ org.jbpm.jpdl.convert.Converter.class - [JAR]

org.jbpm.job

├─ org.jbpm.job.CleanUpProcessJob.class - [JAR]

├─ org.jbpm.job.ExecuteActionJob.class - [JAR]

├─ org.jbpm.job.ExecuteNodeJob.class - [JAR]

├─ org.jbpm.job.Job.class - [JAR]

├─ org.jbpm.job.SignalTokenJob.class - [JAR]

├─ org.jbpm.job.Timer.class - [JAR]

org.jbpm.db

├─ org.jbpm.db.AbstractDbTestCase.class - [JAR]

├─ org.jbpm.db.ContextSession.class - [JAR]

├─ org.jbpm.db.GraphSession.class - [JAR]

├─ org.jbpm.db.JbpmSchema.class - [JAR]

├─ org.jbpm.db.JbpmSession.class - [JAR]

├─ org.jbpm.db.JbpmSessionFactory.class - [JAR]

├─ org.jbpm.db.JobSession.class - [JAR]

├─ org.jbpm.db.LoggingSession.class - [JAR]

├─ org.jbpm.db.TaskMgmtSession.class - [JAR]

org.jbpm.logging.log

├─ org.jbpm.logging.log.CompositeLog.class - [JAR]

├─ org.jbpm.logging.log.MessageLog.class - [JAR]

├─ org.jbpm.logging.log.ProcessLog.class - [JAR]

org.jbpm.graph.exe

├─ org.jbpm.graph.exe.Comment.class - [JAR]

├─ org.jbpm.graph.exe.ExecutionContext.class - [JAR]

├─ org.jbpm.graph.exe.ProcessInstance.class - [JAR]

├─ org.jbpm.graph.exe.RuntimeAction.class - [JAR]

├─ org.jbpm.graph.exe.Token.class - [JAR]

org.jbpm.graph.node.advanced

├─ org.jbpm.graph.node.advanced.ParallelSplit.class - [JAR]

org.jbpm.logging

├─ org.jbpm.logging.LoggingService.class - [JAR]

org.jbpm.graph.node

├─ org.jbpm.graph.node.DbSubProcessResolver.class - [JAR]

├─ org.jbpm.graph.node.Decision.class - [JAR]

├─ org.jbpm.graph.node.DecisionCondition.class - [JAR]

├─ org.jbpm.graph.node.DecisionHandler.class - [JAR]

├─ org.jbpm.graph.node.EndState.class - [JAR]

├─ org.jbpm.graph.node.Fork.class - [JAR]

├─ org.jbpm.graph.node.InterleaveEnd.class - [JAR]

├─ org.jbpm.graph.node.InterleaveStart.class - [JAR]

├─ org.jbpm.graph.node.Join.class - [JAR]

├─ org.jbpm.graph.node.MailNode.class - [JAR]

├─ org.jbpm.graph.node.Merge.class - [JAR]

├─ org.jbpm.graph.node.MilestoneEvent.class - [JAR]

├─ org.jbpm.graph.node.MilestoneNode.class - [JAR]

├─ org.jbpm.graph.node.NodeTypes.class - [JAR]

├─ org.jbpm.graph.node.ProcessFactory.class - [JAR]

├─ org.jbpm.graph.node.ProcessState.class - [JAR]

├─ org.jbpm.graph.node.StartState.class - [JAR]

├─ org.jbpm.graph.node.State.class - [JAR]

├─ org.jbpm.graph.node.SubProcessResolver.class - [JAR]

├─ org.jbpm.graph.node.TaskNode.class - [JAR]

org.jbpm.security.authorization

├─ org.jbpm.security.authorization.IdentityAuthorizationService.class - [JAR]

├─ org.jbpm.security.authorization.IdentityAuthorizationServiceFactory.class - [JAR]

org.jbpm.graph.action

├─ org.jbpm.graph.action.ActionTypes.class - [JAR]

├─ org.jbpm.graph.action.MailAction.class - [JAR]

├─ org.jbpm.graph.action.Script.class - [JAR]

├─ org.jbpm.graph.action.SeamedAction.class - [JAR]

org.jbpm.file.def

├─ org.jbpm.file.def.FileDefinition.class - [JAR]

org.jbpm.module.def

├─ org.jbpm.module.def.ModuleDefinition.class - [JAR]

org.jbpm.module.exe

├─ org.jbpm.module.exe.ModuleInstance.class - [JAR]

org.jbpm.tx

├─ org.jbpm.tx.TxService.class - [JAR]

├─ org.jbpm.tx.TxServiceFactory.class - [JAR]

org.jbpm.jcr

├─ org.jbpm.jcr.JcrService.class - [JAR]

org.jbpm.context.log

├─ org.jbpm.context.log.VariableCreateLog.class - [JAR]

├─ org.jbpm.context.log.VariableDeleteLog.class - [JAR]

├─ org.jbpm.context.log.VariableLog.class - [JAR]

├─ org.jbpm.context.log.VariableUpdateLog.class - [JAR]

org.jbpm.security.permission

├─ org.jbpm.security.permission.CreateProcessInstancePermission.class - [JAR]

├─ org.jbpm.security.permission.DeployProcessPermission.class - [JAR]

├─ org.jbpm.security.permission.EndTaskPermission.class - [JAR]

├─ org.jbpm.security.permission.SubmitTaskParametersPermission.class - [JAR]

├─ org.jbpm.security.permission.TaskAssignPermission.class - [JAR]

├─ org.jbpm.security.permission.ViewTaskParametersPermission.class - [JAR]

org.jbpm.taskmgmt.log

├─ org.jbpm.taskmgmt.log.SwimlaneAssignLog.class - [JAR]

├─ org.jbpm.taskmgmt.log.SwimlaneCreateLog.class - [JAR]

├─ org.jbpm.taskmgmt.log.SwimlaneLog.class - [JAR]

├─ org.jbpm.taskmgmt.log.TaskAssignLog.class - [JAR]

├─ org.jbpm.taskmgmt.log.TaskCreateLog.class - [JAR]

├─ org.jbpm.taskmgmt.log.TaskEndLog.class - [JAR]

├─ org.jbpm.taskmgmt.log.TaskLog.class - [JAR]

org.jbpm.web

├─ org.jbpm.web.CloseJbpmConfigurationServlet.class - [JAR]

├─ org.jbpm.web.JbpmConfigurationCloser.class - [JAR]

├─ org.jbpm.web.JbpmContextFilter.class - [JAR]

├─ org.jbpm.web.JobExecutorLauncher.class - [JAR]

org.jbpm.graph.log

├─ org.jbpm.graph.log.ActionLog.class - [JAR]

├─ org.jbpm.graph.log.NodeLog.class - [JAR]

├─ org.jbpm.graph.log.ProcessInstanceCreateLog.class - [JAR]

├─ org.jbpm.graph.log.ProcessInstanceEndLog.class - [JAR]

├─ org.jbpm.graph.log.ProcessStateLog.class - [JAR]

├─ org.jbpm.graph.log.SignalLog.class - [JAR]

├─ org.jbpm.graph.log.TokenCreateLog.class - [JAR]

├─ org.jbpm.graph.log.TokenEndLog.class - [JAR]

├─ org.jbpm.graph.log.TransitionLog.class - [JAR]

org.jbpm.instantiation

├─ org.jbpm.instantiation.BeanInstantiator.class - [JAR]

├─ org.jbpm.instantiation.ConfigurationPropertyInstantiator.class - [JAR]

├─ org.jbpm.instantiation.ConstructorInstantiator.class - [JAR]

├─ org.jbpm.instantiation.DefaultInstantiator.class - [JAR]

├─ org.jbpm.instantiation.DefaultProcessClassLoaderFactory.class - [JAR]

├─ org.jbpm.instantiation.Delegation.class - [JAR]

├─ org.jbpm.instantiation.FieldInstantiator.class - [JAR]

├─ org.jbpm.instantiation.Instantiator.class - [JAR]

├─ org.jbpm.instantiation.ProcessClassLoader.class - [JAR]

├─ org.jbpm.instantiation.ProcessClassLoaderFactory.class - [JAR]

├─ org.jbpm.instantiation.SharedProcessClassLoaderFactory.class - [JAR]

├─ org.jbpm.instantiation.UserCodeInterceptor.class - [JAR]

├─ org.jbpm.instantiation.UserCodeInterceptorConfig.class - [JAR]

├─ org.jbpm.instantiation.XmlInstantiator.class - [JAR]

org.jbpm.calendar

├─ org.jbpm.calendar.BusinessCalendar.class - [JAR]

├─ org.jbpm.calendar.Day.class - [JAR]

├─ org.jbpm.calendar.DayPart.class - [JAR]

├─ org.jbpm.calendar.Duration.class - [JAR]

├─ org.jbpm.calendar.Holiday.class - [JAR]

org.jbpm.ant

├─ org.jbpm.ant.AntHelper.class - [JAR]

├─ org.jbpm.ant.DeployProcessTask.class - [JAR]

├─ org.jbpm.ant.HibernatePropertiesTask.class - [JAR]

├─ org.jbpm.ant.JbpmSchemaTask.class - [JAR]

├─ org.jbpm.ant.Launcher.class - [JAR]

├─ org.jbpm.ant.ShutDownHsqldb.class - [JAR]

├─ org.jbpm.ant.StartHsqldbTask.class - [JAR]

├─ org.jbpm.ant.StartJBossTask.class - [JAR]

org.jbpm.util

├─ org.jbpm.util.ArrayUtil.class - [JAR]

├─ org.jbpm.util.ByteUtil.class - [JAR]

├─ org.jbpm.util.ClassLoaderUtil.class - [JAR]

├─ org.jbpm.util.ClassUtil.class - [JAR]

├─ org.jbpm.util.Clock.class - [JAR]

├─ org.jbpm.util.CustomLoaderObjectInputStream.class - [JAR]

├─ org.jbpm.util.EqualsUtil.class - [JAR]

├─ org.jbpm.util.IoUtil.class - [JAR]

├─ org.jbpm.util.JndiLookupException.class - [JAR]

├─ org.jbpm.util.JndiUtil.class - [JAR]

├─ org.jbpm.util.NodeIterator.class - [JAR]

├─ org.jbpm.util.Semaphore.class - [JAR]

├─ org.jbpm.util.StringUtil.class - [JAR]

├─ org.jbpm.util.XmlException.class - [JAR]

├─ org.jbpm.util.XmlUtil.class - [JAR]

org.jbpm.svc

├─ org.jbpm.svc.JbpmServiceException.class - [JAR]

├─ org.jbpm.svc.Service.class - [JAR]

├─ org.jbpm.svc.ServiceFactory.class - [JAR]

├─ org.jbpm.svc.Services.class - [JAR]

org.jbpm.scheduler

├─ org.jbpm.scheduler.SchedulerService.class - [JAR]

org.jbpm.logging.db

├─ org.jbpm.logging.db.DbLoggingService.class - [JAR]

├─ org.jbpm.logging.db.DbLoggingServiceFactory.class - [JAR]

├─ org.jbpm.logging.db.JDBCExceptionReporter.class - [JAR]

org.jbpm.jpdl.el.impl

├─ org.jbpm.jpdl.el.impl.AndOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ArithmeticOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ArraySuffix.class - [JAR]

├─ org.jbpm.jpdl.el.impl.BeanInfoIndexedProperty.class - [JAR]

├─ org.jbpm.jpdl.el.impl.BeanInfoManager.class - [JAR]

├─ org.jbpm.jpdl.el.impl.BeanInfoProperty.class - [JAR]

├─ org.jbpm.jpdl.el.impl.BeanMethod.class - [JAR]

├─ org.jbpm.jpdl.el.impl.BinaryOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.BinaryOperatorExpression.class - [JAR]

├─ org.jbpm.jpdl.el.impl.BooleanLiteral.class - [JAR]

├─ org.jbpm.jpdl.el.impl.Coercions.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ComplexValue.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ConditionalExpression.class - [JAR]

├─ org.jbpm.jpdl.el.impl.Constants.class - [JAR]

├─ org.jbpm.jpdl.el.impl.DivideOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.EmptyOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.EnumeratedMap.class - [JAR]

├─ org.jbpm.jpdl.el.impl.EqualityOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.EqualsOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.Expression.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ExpressionEvaluatorImpl.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ExpressionString.class - [JAR]

├─ org.jbpm.jpdl.el.impl.FloatingPointLiteral.class - [JAR]

├─ org.jbpm.jpdl.el.impl.FunctionInvocation.class - [JAR]

├─ org.jbpm.jpdl.el.impl.GreaterThanOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.GreaterThanOrEqualsOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.IntegerDivideOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.IntegerLiteral.class - [JAR]

├─ org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.JbpmVariableResolver.class - [JAR]

├─ org.jbpm.jpdl.el.impl.LessThanOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.LessThanOrEqualsOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.Literal.class - [JAR]

├─ org.jbpm.jpdl.el.impl.Logger.class - [JAR]

├─ org.jbpm.jpdl.el.impl.MinusOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ModulusOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.MultiplyOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.NamedValue.class - [JAR]

├─ org.jbpm.jpdl.el.impl.NotEqualsOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.NotOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.NullLiteral.class - [JAR]

├─ org.jbpm.jpdl.el.impl.OrOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.PlusOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.PrimitiveObjects.class - [JAR]

├─ org.jbpm.jpdl.el.impl.PropertySuffix.class - [JAR]

├─ org.jbpm.jpdl.el.impl.RelationalOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.StringLiteral.class - [JAR]

├─ org.jbpm.jpdl.el.impl.UnaryMinusOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.UnaryOperator.class - [JAR]

├─ org.jbpm.jpdl.el.impl.UnaryOperatorExpression.class - [JAR]

├─ org.jbpm.jpdl.el.impl.ValueSuffix.class - [JAR]

org.jbpm.scheduler.db

├─ org.jbpm.scheduler.db.DbSchedulerService.class - [JAR]

├─ org.jbpm.scheduler.db.DbSchedulerServiceFactory.class - [JAR]

org.jbpm.security.authentication

├─ org.jbpm.security.authentication.DefaultAuthenticationService.class - [JAR]

├─ org.jbpm.security.authentication.DefaultAuthenticationServiceFactory.class - [JAR]

├─ org.jbpm.security.authentication.SubjectAuthenticationService.class - [JAR]

├─ org.jbpm.security.authentication.SubjectAuthenticationServiceFactory.class - [JAR]

org.jbpm.jpdl

├─ org.jbpm.jpdl.JpdlException.class - [JAR]

org.jbpm.jpdl.exe

├─ org.jbpm.jpdl.exe.MilestoneInstance.class - [JAR]

org.jbpm.jpdl.xml

├─ org.jbpm.jpdl.xml.JpdlParser.class - [JAR]

├─ org.jbpm.jpdl.xml.JpdlXmlReader.class - [JAR]

├─ org.jbpm.jpdl.xml.JpdlXmlWriter.class - [JAR]

├─ org.jbpm.jpdl.xml.Parsable.class - [JAR]

├─ org.jbpm.jpdl.xml.Problem.class - [JAR]

├─ org.jbpm.jpdl.xml.ProblemListener.class - [JAR]

org.jbpm.job.executor

├─ org.jbpm.job.executor.Deactivable.class - [JAR]

├─ org.jbpm.job.executor.DispatcherThread.class - [JAR]

├─ org.jbpm.job.executor.JobExecutor.class - [JAR]

├─ org.jbpm.job.executor.JobExecutorServlet.class - [JAR]

├─ org.jbpm.job.executor.JobExecutorThread.class - [JAR]

├─ org.jbpm.job.executor.JobHistoryEntry.class - [JAR]

├─ org.jbpm.job.executor.LockMonitorThread.class - [JAR]

org.jbpm.svc.save

├─ org.jbpm.svc.save.CascadeSaveOperation.class - [JAR]

├─ org.jbpm.svc.save.CheckUnpersistableVariablesOperation.class - [JAR]

├─ org.jbpm.svc.save.HibernateSaveOperation.class - [JAR]

├─ org.jbpm.svc.save.SaveLogsOperation.class - [JAR]

├─ org.jbpm.svc.save.SaveOperation.class - [JAR]

org.jbpm.signal

├─ org.jbpm.signal.EventService.class - [JAR]

org.jbpm.configuration

├─ org.jbpm.configuration.AbstractObjectInfo.class - [JAR]

├─ org.jbpm.configuration.BeanInfo.class - [JAR]

├─ org.jbpm.configuration.BooleanInfo.class - [JAR]

├─ org.jbpm.configuration.CharacterInfo.class - [JAR]

├─ org.jbpm.configuration.ConfigurationException.class - [JAR]

├─ org.jbpm.configuration.ConstructorInfo.class - [JAR]

├─ org.jbpm.configuration.DoubleInfo.class - [JAR]

├─ org.jbpm.configuration.FieldInfo.class - [JAR]

├─ org.jbpm.configuration.FloatInfo.class - [JAR]

├─ org.jbpm.configuration.IntegerInfo.class - [JAR]

├─ org.jbpm.configuration.JbpmContextInfo.class - [JAR]

├─ org.jbpm.configuration.JbpmTypeObjectInfo.class - [JAR]

├─ org.jbpm.configuration.ListInfo.class - [JAR]

├─ org.jbpm.configuration.LongInfo.class - [JAR]

├─ org.jbpm.configuration.MapInfo.class - [JAR]

├─ org.jbpm.configuration.NullInfo.class - [JAR]

├─ org.jbpm.configuration.ObjectFactory.class - [JAR]

├─ org.jbpm.configuration.ObjectFactoryImpl.class - [JAR]

├─ org.jbpm.configuration.ObjectFactoryParser.class - [JAR]

├─ org.jbpm.configuration.ObjectInfo.class - [JAR]

├─ org.jbpm.configuration.PropertyInfo.class - [JAR]

├─ org.jbpm.configuration.RefInfo.class - [JAR]

├─ org.jbpm.configuration.SetInfo.class - [JAR]

├─ org.jbpm.configuration.StringInfo.class - [JAR]

├─ org.jbpm.configuration.ValueInfo.class - [JAR]

org.jbpm.jpdl.par

├─ org.jbpm.jpdl.par.ConfigurableParser.class - [JAR]

├─ org.jbpm.jpdl.par.FileArchiveParser.class - [JAR]

├─ org.jbpm.jpdl.par.FileFilter.class - [JAR]

├─ org.jbpm.jpdl.par.JpdlArchiveParser.class - [JAR]

├─ org.jbpm.jpdl.par.ProcessArchive.class - [JAR]

├─ org.jbpm.jpdl.par.ProcessArchiveParser.class - [JAR]

org.jbpm.context.exe.matcher

├─ org.jbpm.context.exe.matcher.ClassNameMatcher.class - [JAR]

├─ org.jbpm.context.exe.matcher.Ejb3Matcher.class - [JAR]

├─ org.jbpm.context.exe.matcher.HibernateLongIdMatcher.class - [JAR]

├─ org.jbpm.context.exe.matcher.HibernateStringIdMatcher.class - [JAR]

├─ org.jbpm.context.exe.matcher.JcrNodeMatcher.class - [JAR]

├─ org.jbpm.context.exe.matcher.SerializableMatcher.class - [JAR]

org.jbpm.context.exe.converter

├─ org.jbpm.context.exe.converter.BooleanToStringConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.ByteToLongConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.BytesToByteArrayConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.CharacterToStringConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.DateToLongConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.DoubleToStringConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.FloatToDoubleConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.FloatToStringConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.IntegerToLongConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.SerializableToByteArrayConverter.class - [JAR]

├─ org.jbpm.context.exe.converter.ShortToLongConverter.class - [JAR]

org.jbpm.context.log.variableinstance

├─ org.jbpm.context.log.variableinstance.ByteArrayUpdateLog.class - [JAR]

├─ org.jbpm.context.log.variableinstance.DateUpdateLog.class - [JAR]

├─ org.jbpm.context.log.variableinstance.DoubleUpdateLog.class - [JAR]

├─ org.jbpm.context.log.variableinstance.HibernateLongUpdateLog.class - [JAR]

├─ org.jbpm.context.log.variableinstance.HibernateStringUpdateLog.class - [JAR]

├─ org.jbpm.context.log.variableinstance.LongUpdateLog.class - [JAR]

├─ org.jbpm.context.log.variableinstance.StringUpdateLog.class - [JAR]

org.jbpm.logging.exe

├─ org.jbpm.logging.exe.LoggingInstance.class - [JAR]

org.jbpm.context.exe

├─ org.jbpm.context.exe.ContextInstance.class - [JAR]

├─ org.jbpm.context.exe.Converter.class - [JAR]

├─ org.jbpm.context.exe.JbpmType.class - [JAR]

├─ org.jbpm.context.exe.JbpmTypeMatcher.class - [JAR]

├─ org.jbpm.context.exe.TokenVariableMap.class - [JAR]

├─ org.jbpm.context.exe.VariableContainer.class - [JAR]

├─ org.jbpm.context.exe.VariableInstance.class - [JAR]

org.jbpm.msg.db

├─ org.jbpm.msg.db.DbMessageService.class - [JAR]

├─ org.jbpm.msg.db.DbMessageServiceFactory.class - [JAR]

org.jbpm.msg

├─ org.jbpm.msg.MessageService.class - [JAR]

org.jbpm.jpdl.el.parser

├─ org.jbpm.jpdl.el.parser.ELParser.class - [JAR]

├─ org.jbpm.jpdl.el.parser.ELParserConstants.class - [JAR]

├─ org.jbpm.jpdl.el.parser.ELParserTokenManager.class - [JAR]

├─ org.jbpm.jpdl.el.parser.ELToken.class - [JAR]

├─ org.jbpm.jpdl.el.parser.ELTokenMgrError.class - [JAR]

├─ org.jbpm.jpdl.el.parser.ParseException.class - [JAR]

├─ org.jbpm.jpdl.el.parser.SimpleCharStream.class - [JAR]

org.jbpm

├─ org.jbpm.AbstractJbpmTestCase.class - [JAR]

├─ org.jbpm.JbpmConfiguration.class - [JAR]

├─ org.jbpm.JbpmContext.class - [JAR]

├─ org.jbpm.JbpmException.class - [JAR]

org.jbpm.command.impl

├─ org.jbpm.command.impl.CommandServiceImpl.class - [JAR]

org.jbpm.scheduler.def

├─ org.jbpm.scheduler.def.CancelTimerAction.class - [JAR]

├─ org.jbpm.scheduler.def.CreateTimerAction.class - [JAR]

org.jbpm.context.def

├─ org.jbpm.context.def.Access.class - [JAR]

├─ org.jbpm.context.def.ContextDefinition.class - [JAR]

├─ org.jbpm.context.def.VariableAccess.class - [JAR]

org.jbpm.mail

├─ org.jbpm.mail.AddressResolver.class - [JAR]

├─ org.jbpm.mail.Mail.class - [JAR]

org.jbpm.jcr.jackrabbit

├─ org.jbpm.jcr.jackrabbit.JackrabbitJcrServiceFactory.class - [JAR]

org.jbpm.jcr.jndi

├─ org.jbpm.jcr.jndi.JndiJcrServiceFactory.class - [JAR]

org.jbpm.taskmgmt.def

├─ org.jbpm.taskmgmt.def.AssignmentHandler.class - [JAR]

├─ org.jbpm.taskmgmt.def.Swimlane.class - [JAR]

├─ org.jbpm.taskmgmt.def.Task.class - [JAR]

├─ org.jbpm.taskmgmt.def.TaskController.class - [JAR]

├─ org.jbpm.taskmgmt.def.TaskControllerHandler.class - [JAR]

├─ org.jbpm.taskmgmt.def.TaskMgmtDefinition.class - [JAR]

org.jbpm.command

├─ org.jbpm.command.AbstractBaseCommand.class - [JAR]

├─ org.jbpm.command.AbstractCancelCommand.class - [JAR]

├─ org.jbpm.command.AbstractGetObjectBaseCommand.class - [JAR]

├─ org.jbpm.command.AbstractProcessInstanceBaseCommand.class - [JAR]

├─ org.jbpm.command.AbstractTokenBaseCommand.class - [JAR]

├─ org.jbpm.command.AsynchronousCommand.class - [JAR]

├─ org.jbpm.command.BatchSignalCommand.class - [JAR]

├─ org.jbpm.command.CancelProcessInstanceCommand.class - [JAR]

├─ org.jbpm.command.CancelTokenCommand.class - [JAR]

├─ org.jbpm.command.CancelWorkOnTaskCommand.class - [JAR]

├─ org.jbpm.command.ChangeProcessInstanceVersionCommand.class - [JAR]

├─ org.jbpm.command.Command.class - [JAR]

├─ org.jbpm.command.CommandService.class - [JAR]

├─ org.jbpm.command.CompositeCommand.class - [JAR]

├─ org.jbpm.command.DeleteProcessDefinitionCommand.class - [JAR]

├─ org.jbpm.command.DeployProcessCommand.class - [JAR]

├─ org.jbpm.command.ExecuteJobsCommand.class - [JAR]

├─ org.jbpm.command.GetProcessDefinitionCommand.class - [JAR]

├─ org.jbpm.command.GetProcessDefinitionsCommand.class - [JAR]

├─ org.jbpm.command.GetProcessInstanceCommand.class - [JAR]

├─ org.jbpm.command.GetProcessInstanceLogCommand.class - [JAR]

├─ org.jbpm.command.GetProcessInstancesCommand.class - [JAR]

├─ org.jbpm.command.GetTaskInstanceCommand.class - [JAR]

├─ org.jbpm.command.GetTaskListCommand.class - [JAR]

├─ org.jbpm.command.NewProcessInstanceCommand.class - [JAR]

├─ org.jbpm.command.ResumeProcessInstanceCommand.class - [JAR]

├─ org.jbpm.command.ResumeTokenCommand.class - [JAR]

├─ org.jbpm.command.SignalCommand.class - [JAR]

├─ org.jbpm.command.StartProcessInstanceCommand.class - [JAR]

├─ org.jbpm.command.StartWorkOnTaskCommand.class - [JAR]

├─ org.jbpm.command.SuspendProcessInstanceCommand.class - [JAR]

├─ org.jbpm.command.SuspendTokenCommand.class - [JAR]

├─ org.jbpm.command.TaskInstanceEndCommand.class - [JAR]

├─ org.jbpm.command.UnlockTokenCommand.class - [JAR]

├─ org.jbpm.command.VariablesCommand.class - [JAR]

org.jbpm.bytes

├─ org.jbpm.bytes.ByteArray.class - [JAR]

├─ org.jbpm.bytes.ByteBlockChopper.class - [JAR]

org.jbpm.persistence.jta

├─ org.jbpm.persistence.jta.JtaDbPersistenceService.class - [JAR]

├─ org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory.class - [JAR]

org.jbpm.persistence.db

├─ org.jbpm.persistence.db.DbPersistenceService.class - [JAR]

├─ org.jbpm.persistence.db.DbPersistenceServiceFactory.class - [JAR]

├─ org.jbpm.persistence.db.StaleObjectLogConfigurer.class - [JAR]

org.jbpm.taskmgmt

├─ org.jbpm.taskmgmt.TaskInstanceFactory.class - [JAR]

org.jbpm.jpdl.el

├─ org.jbpm.jpdl.el.ELException.class - [JAR]

├─ org.jbpm.jpdl.el.ELParseException.class - [JAR]

├─ org.jbpm.jpdl.el.Expression.class - [JAR]

├─ org.jbpm.jpdl.el.ExpressionEvaluator.class - [JAR]

├─ org.jbpm.jpdl.el.FunctionMapper.class - [JAR]

├─ org.jbpm.jpdl.el.VariableResolver.class - [JAR]

org.jbpm.graph.def

├─ org.jbpm.graph.def.Action.class - [JAR]

├─ org.jbpm.graph.def.ActionHandler.class - [JAR]

├─ org.jbpm.graph.def.DelegationException.class - [JAR]

├─ org.jbpm.graph.def.Event.class - [JAR]

├─ org.jbpm.graph.def.EventCallback.class - [JAR]

├─ org.jbpm.graph.def.ExceptionHandler.class - [JAR]

├─ org.jbpm.graph.def.GraphElement.class - [JAR]

├─ org.jbpm.graph.def.Identifiable.class - [JAR]

├─ org.jbpm.graph.def.Node.class - [JAR]

├─ org.jbpm.graph.def.NodeCollection.class - [JAR]

├─ org.jbpm.graph.def.ProcessDefinition.class - [JAR]

├─ org.jbpm.graph.def.SuperState.class - [JAR]

├─ org.jbpm.graph.def.Transition.class - [JAR]

org.jbpm.persistence

├─ org.jbpm.persistence.JbpmPersistenceException.class - [JAR]

├─ org.jbpm.persistence.PersistenceService.class - [JAR]

org.jbpm.context.exe.variableinstance

├─ org.jbpm.context.exe.variableinstance.ByteArrayInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.DateInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.DoubleInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.Ejb3Instance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.HibernateLongInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.HibernateStringInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.JcrNodeInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.LongInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.NullInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.StringInstance.class - [JAR]

├─ org.jbpm.context.exe.variableinstance.UnpersistableInstance.class - [JAR]

org.jbpm.taskmgmt.exe

├─ org.jbpm.taskmgmt.exe.Assignable.class - [JAR]

├─ org.jbpm.taskmgmt.exe.PooledActor.class - [JAR]

├─ org.jbpm.taskmgmt.exe.SwimlaneInstance.class - [JAR]

├─ org.jbpm.taskmgmt.exe.TaskInstance.class - [JAR]

├─ org.jbpm.taskmgmt.exe.TaskMgmtInstance.class - [JAR]

org.jbpm.security

├─ org.jbpm.security.AuthenticationService.class - [JAR]

├─ org.jbpm.security.AuthorizationService.class - [JAR]

├─ org.jbpm.security.SecurityHelper.class - [JAR]

org.jbpm.db.hibernate

├─ org.jbpm.db.hibernate.AccessType.class - [JAR]

├─ org.jbpm.db.hibernate.ConverterEnumType.class - [JAR]

├─ org.jbpm.db.hibernate.Converters.class - [JAR]

├─ org.jbpm.db.hibernate.HibernateHelper.class - [JAR]

├─ org.jbpm.db.hibernate.JbpmHibernateConfiguration.class - [JAR]

├─ org.jbpm.db.hibernate.JbpmNamingStrategy.class - [JAR]

├─ org.jbpm.db.hibernate.LimitedStringType.class - [JAR]

├─ org.jbpm.db.hibernate.LimitedTextType.class - [JAR]

├─ org.jbpm.db.hibernate.MySQLDialect.class - [JAR]

├─ org.jbpm.db.hibernate.SybaseDialect.class - [JAR]

├─ org.jbpm.db.hibernate.SybaseRowLockDialect.class - [JAR]

├─ org.jbpm.db.hibernate.SybaseTextType.class - [JAR]

org.jbpm.taskmgmt.impl

├─ org.jbpm.taskmgmt.impl.DefaultTaskInstanceFactoryImpl.class - [JAR]

Advertisement

Dependencies from Group

Nov 14, 2020
26 usages
285 stars
Mar 04, 2022
8 usages
1 stars
Nov 01, 2022
7 usages
203 stars
Aug 07, 2023
7 usages
Jan 29, 2022
3 usages
6 stars

Discover Dependencies

May 25, 2020
6 usages
5.1k stars
Aug 10, 2023
6 usages
734 stars
Aug 24, 2023
7 usages
30 stars
Jun 18, 2023
12 usages
May 11, 2019
6 usages
364 stars
Jul 10, 2023
7 usages
2.2k stars
Apr 27, 2017
6 usages
185 stars
Apr 27, 2017
6 usages
185 stars
Apr 27, 2017
6 usages
185 stars
Apr 27, 2017
6 usages
185 stars