Uses of Class
com.soffid.iam.bpm.api.Comment
-
Packages that use Comment Package Description com.soffid.iam.bpm.api es.caib.bpm.vo -
-
Uses of Comment in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api that return Comment Modifier and Type Method Description static Comment
Comment. toComment(Comment vo)
Creates a Comment value object based on a Comment object.static Comment[]
Comment. toCommentArray(Comment[] source)
Creates a Comment array on a Comment array.Methods in com.soffid.iam.bpm.api that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
ProcessInstance. getComments()
Gets value for attribute commentsstatic AsyncList<Comment>
Comment. toCommentAsyncList(AsyncList<Comment> source)
Creates a Comment asynclist on a Comment collection.static PagedResult<Comment>
Comment. toCommentList(PagedResult<Comment> source)
Creates a Comment pagedResult on a Comment collection.static List<Comment>
Comment. toCommentList(Collection<Comment> source)
Creates a Comment list on a Comment collection.Methods in com.soffid.iam.bpm.api with parameters of type Comment Modifier and Type Method Description static void
Comment. toComment(Comment source, Comment target)
Updates a Comment value object based on a Comment object.Method parameters in com.soffid.iam.bpm.api with type arguments of type Comment Modifier and Type Method Description void
ProcessInstance. setComments(List<Comment> comments)
Sets value for attribute commentsConstructors in com.soffid.iam.bpm.api with parameters of type Comment Constructor Description Comment(Comment otherBean)
Constructor parameters in com.soffid.iam.bpm.api with type arguments of type Comment Constructor Description ProcessInstance(long id, UIClassLoader processClassLoader, String description, Date start, Date end, Map<String,Object> variables, String currentTask, List<Comment> comments, long processDefinition, boolean dummyProcess, String initiator)
-
Uses of Comment in es.caib.bpm.vo
Methods in es.caib.bpm.vo with parameters of type Comment Modifier and Type Method Description static Comment
Comment. toComment(Comment vo)
Creates a Comment value object based on a Comment object.static void
Comment. toComment(Comment source, Comment target)
Updates a Comment value object based on a Comment object.static Comment[]
Comment. toCommentArray(Comment[] source)
Creates a Comment array on a Comment array.Method parameters in es.caib.bpm.vo with type arguments of type Comment Modifier and Type Method Description static AsyncList<Comment>
Comment. toCommentAsyncList(AsyncList<Comment> source)
Creates a Comment asynclist on a Comment collection.static PagedResult<Comment>
Comment. toCommentList(PagedResult<Comment> source)
Creates a Comment pagedResult on a Comment collection.static List<Comment>
Comment. toCommentList(Collection<Comment> source)
Creates a Comment list on a Comment collection.
-