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 PathRefPathRef. EMPTYprotected PathRefLegacyWorkObjectDefinitionEntityImpl. pathprotected PathRefWorkObjectEntityImpl. pathMethods in com.flowable.workobject.engine.impl.persistence.entity that return PathRef Modifier and Type Method Description protected PathRefPathRefTypeHandler. createPathRef(java.lang.String serializedPath)PathRefPathRefTypeHandler. getResult(java.sql.CallableStatement callableStatement, int i)PathRefPathRefTypeHandler. getResult(java.sql.ResultSet resultSet, int i)PathRefPathRefTypeHandler. 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 voidPathRefTypeHandler. setParameter(java.sql.PreparedStatement preparedStatement, int i, PathRef path, org.apache.ibatis.type.JdbcType jdbcType)voidLegacyWorkObjectDefinitionEntity. setPath(PathRef path)voidLegacyWorkObjectDefinitionEntityImpl. setPath(PathRef path)voidWorkObjectEntity. setPath(PathRef path)voidWorkObjectEntityImpl. 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 PathRefHistoricWorkObjectEntityImpl. path