Uses of Class
com.flowable.workobject.engine.impl.persistence.entity.PathRef
Package | Description |
---|---|
com.flowable.workobject.engine.impl.persistence.entity | |
com.flowable.workobject.engine.impl.persistence.entity.history |
-
Uses of PathRef in com.flowable.workobject.engine.impl.persistence.entity
Fields in com.flowable.workobject.engine.impl.persistence.entity declared as PathRef Modifier and Type Field Description static PathRef
PathRef. EMPTY
protected PathRef
LegacyWorkObjectDefinitionEntityImpl. path
protected PathRef
WorkObjectEntityImpl. path
Methods in com.flowable.workobject.engine.impl.persistence.entity that return PathRef Modifier and Type Method Description protected PathRef
PathRefTypeHandler. createPathRef(java.lang.String serializedPath)
PathRef
PathRefTypeHandler. getResult(java.sql.CallableStatement callableStatement, int i)
PathRef
PathRefTypeHandler. getResult(java.sql.ResultSet resultSet, int i)
PathRef
PathRefTypeHandler. getResult(java.sql.ResultSet resultSet, java.lang.String columnName)
Methods in com.flowable.workobject.engine.impl.persistence.entity with parameters of type PathRef Modifier and Type Method Description void
PathRefTypeHandler. setParameter(java.sql.PreparedStatement preparedStatement, int i, PathRef path, org.apache.ibatis.type.JdbcType jdbcType)
void
LegacyWorkObjectDefinitionEntity. setPath(PathRef path)
void
LegacyWorkObjectDefinitionEntityImpl. setPath(PathRef path)
void
WorkObjectEntity. setPath(PathRef path)
void
WorkObjectEntityImpl. setPath(PathRef path)
-
Uses of PathRef in com.flowable.workobject.engine.impl.persistence.entity.history
Fields in com.flowable.workobject.engine.impl.persistence.entity.history declared as PathRef Modifier and Type Field Description protected PathRef
HistoricWorkObjectEntityImpl. path