Uses of Class
org.openiam.base.response.ManualTaskComment
-
Packages that use ManualTaskComment Package Description org.openiam.workflow.activiti.custom -
-
Uses of ManualTaskComment in org.openiam.workflow.activiti.custom
Methods in org.openiam.workflow.activiti.custom that return types with arguments of type ManualTaskComment Modifier and Type Method Description ArrayList<ManualTaskComment>
CommentHandler. getNullableResult(CallableStatement cs, int columnIndex)
ArrayList<ManualTaskComment>
CommentHandler. getNullableResult(ResultSet rs, int columnIndex)
ArrayList<ManualTaskComment>
CommentHandler. getNullableResult(ResultSet rs, String columnName)
Method parameters in org.openiam.workflow.activiti.custom with type arguments of type ManualTaskComment Modifier and Type Method Description void
CommentHandler. setNonNullParameter(PreparedStatement ps, int i, ArrayList<ManualTaskComment> parameter, org.apache.ibatis.type.JdbcType jdbcType)
-