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_. errorInfostatic javax.persistence.metamodel.SingularAttribute<ErrorInfo,Long>ErrorInfo_. idstatic javax.persistence.metamodel.SingularAttribute<ErrorInfo,String>ErrorInfo_. messagestatic javax.persistence.metamodel.SingularAttribute<ErrorInfo,RequestInfo>ErrorInfo_. requestInfostatic javax.persistence.metamodel.SingularAttribute<ErrorInfo,String>ErrorInfo_. stacktracestatic javax.persistence.metamodel.SingularAttribute<ErrorInfo,Date>ErrorInfo_. timeMethods 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 voidRequestInfo. setErrorInfo(List<ErrorInfo> errorInfo)
-