Uses of Class
com.soffid.iam.bpm.api.Comment
Packages that use Comment
-
Uses of Comment in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api that return types with arguments of type CommentModifier and TypeMethodDescriptionProcessInstance.getComments()Gets value for attribute commentsMethod parameters in com.soffid.iam.bpm.api with type arguments of type CommentModifier and TypeMethodDescriptionvoidProcessInstance.setComments(List<Comment> comments) Sets value for attribute commentsConstructors in com.soffid.iam.bpm.api with parameters of type CommentConstructor parameters in com.soffid.iam.bpm.api with type arguments of type CommentModifierConstructorDescriptionProcessInstance(long id, UIClassLoader processClassLoader, Long processNumber, Long tenantId, String description, Date start, Date end, Map<String, Object> variables, String currentTask, List<Comment> comments, long processDefinition, boolean dummyProcess, String initiator, Date deletedOn, String deletedBy, Date createdOn)