Uses of Interface
com.comalatech.workflow.model.Rejection
Packages that use Rejection
Package
Description
This package provide the services for accessing and manipulating Ad hoc Workflows information
This package define the workflow related events
This package define the Ad hoc Workflows object model
-
Uses of Rejection in com.comalatech.workflow
Methods in com.comalatech.workflow that return Rejection -
Uses of Rejection in com.comalatech.workflow.event
Methods in com.comalatech.workflow.event that return RejectionModifier and TypeMethodDescriptionContentRejectEvent.getRejection()
Provides the rejection given. -
Uses of Rejection in com.comalatech.workflow.model
Subinterfaces of Rejection in com.comalatech.workflow.modelModifier and TypeInterfaceDescriptioninterface
Represents a partial rejection: there is at least one person who has given the same named approvalMethods in com.comalatech.workflow.model that return types with arguments of type Rejection
StateApproval.getApprovals()
instead and checkApproval.isApproved()
is false.