Uses of Class
org.kuali.rice.kew.actionitem.OutboxItem
Packages that use OutboxItem
Package
Description
-
Uses of OutboxItem in org.kuali.rice.kew.actionlist.service
Methods in org.kuali.rice.kew.actionlist.service that return OutboxItemModifier and TypeMethodDescriptionActionListService.saveOutboxItem(ActionItem actionItem) ActionListService.saveOutboxItem(ActionItem actionItem, boolean forceIntoOutbox) ActionListService.saveOutboxItem(OutboxItem outboxItem) Methods in org.kuali.rice.kew.actionlist.service that return types with arguments of type OutboxItemModifier and TypeMethodDescriptionActionListService.getOutbox(String principalId, ActionListFilter filter) RetrievesOutboxItemitems for the given userActionListService.getOutboxItemsByDocumentType(String documentTypeName) Methods in org.kuali.rice.kew.actionlist.service with parameters of type OutboxItem -
Uses of OutboxItem in org.kuali.rice.kew.actionlist.service.impl
Methods in org.kuali.rice.kew.actionlist.service.impl that return OutboxItemModifier and TypeMethodDescriptionprotected OutboxItemActionListServiceImpl.getOutboxItemByDocumentIdUserId(String documentId, String principalId) ActionListServiceImpl.saveOutboxItem(ActionItem actionItem) ActionListServiceImpl.saveOutboxItem(ActionItem actionItem, boolean forceIntoOutbox) save the ouboxitem unless the document is saved or the user already has the item in their outbox.ActionListServiceImpl.saveOutboxItem(OutboxItem outboxItem) Methods in org.kuali.rice.kew.actionlist.service.impl that return types with arguments of type OutboxItemModifier and TypeMethodDescriptionActionListServiceImpl.getOutbox(String principalId, ActionListFilter filter) RetrievesOutboxItemitems for the given userActionListServiceImpl.getOutboxItemsByDocumentType(String documentTypeName) Methods in org.kuali.rice.kew.actionlist.service.impl with parameters of type OutboxItem