|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Comment | |
---|---|
org.ow2.bonita.facade | |
org.ow2.bonita.facade.internal | All interfaces in this package are for internal use only. |
org.ow2.bonita.facade.runtime |
It contains interfaces for recorded data for runtime informations on different types
of workflow elements : process, activity, variable, hook. |
org.ow2.bonita.facade.runtime.impl |
Uses of Comment in org.ow2.bonita.facade |
---|
Methods in org.ow2.bonita.facade that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
QueryRuntimeAPI.getCommentFeed(ProcessInstanceUUID instanceUUID)
Obtains the comment feed of a ProcessInstance. |
Uses of Comment in org.ow2.bonita.facade.internal |
---|
Methods in org.ow2.bonita.facade.internal that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
InternalQueryRuntimeAPI.getCommentFeed(ProcessInstanceUUID instanceUUID,
java.lang.String queryList)
|
Uses of Comment in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
ProcessFullInstance.getCommentFeed()
|
Methods in org.ow2.bonita.facade.runtime with parameters of type Comment | |
---|---|
void |
ProcessFullInstance.addComment(Comment c)
|
Uses of Comment in org.ow2.bonita.facade.runtime.impl |
---|
Classes in org.ow2.bonita.facade.runtime.impl that implement Comment | |
---|---|
class |
CommentImpl
|
Fields in org.ow2.bonita.facade.runtime.impl with type parameters of type Comment | |
---|---|
protected java.util.List<Comment> |
ProcessFullInstanceImpl.commentFeed
|
Methods in org.ow2.bonita.facade.runtime.impl that return types with arguments of type Comment | |
---|---|
java.util.List<Comment> |
ProcessFullInstanceImpl.getCommentFeed()
|
Methods in org.ow2.bonita.facade.runtime.impl with parameters of type Comment | |
---|---|
void |
ProcessFullInstanceImpl.addComment(Comment comment)
|
Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type Comment | |
---|---|
CommentImpl(Comment comment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |