Uses of Interface
com.comalatech.workflow.model.document.activity.DocumentActivityResult
-
Packages that use DocumentActivityResult Package Description com.comalatech.workflow This package provide the services for accessing and manipulating Ad hoc Workflows information -
-
Uses of DocumentActivityResult in com.comalatech.workflow
Methods in com.comalatech.workflow that return DocumentActivityResult Modifier and Type Method Description DocumentActivityResult
DocumentActivityService. getPagesActivity(List<Long> pageIds, DocumentActivityQuery query)
Retrieves theDocumentActivityResult
associated to the provided queryDocumentActivityResult
DocumentActivityService. getSpacesActivity(List<String> spaceKeys, DocumentActivityQuery query)
Retrieves theDocumentActivityResult
associated to the provided query
-