Uses of Class
org.jbpm.executor.entities.ErrorInfo
-
Packages that use ErrorInfo Package Description org.jbpm.executor.entities -
-
Uses of ErrorInfo in org.jbpm.executor.entities
Fields in org.jbpm.executor.entities with type parameters of type ErrorInfo Modifier and Type Field Description static javax.persistence.metamodel.ListAttribute<RequestInfo,ErrorInfo>
RequestInfo_. errorInfo
static javax.persistence.metamodel.SingularAttribute<ErrorInfo,Long>
ErrorInfo_. id
static javax.persistence.metamodel.SingularAttribute<ErrorInfo,String>
ErrorInfo_. message
static javax.persistence.metamodel.SingularAttribute<ErrorInfo,RequestInfo>
ErrorInfo_. requestInfo
static javax.persistence.metamodel.SingularAttribute<ErrorInfo,String>
ErrorInfo_. stacktrace
static javax.persistence.metamodel.SingularAttribute<ErrorInfo,Date>
ErrorInfo_. time
Methods in org.jbpm.executor.entities that return types with arguments of type ErrorInfo Modifier and Type Method Description List<? extends ErrorInfo>
RequestInfo. getErrorInfo()
Method parameters in org.jbpm.executor.entities with type arguments of type ErrorInfo Modifier and Type Method Description void
RequestInfo. setErrorInfo(List<ErrorInfo> errorInfo)
-