Uiinfrastructure API Docs  
 

AApprovalModel.InternalGetTypeCount Method 

Concrete subclasses must implement this method to return the count of specified ApprovalItemType. This is the total number of object of the specified type, visible to the current user, awaiting approval.

public abstract int InternalGetTypeCount(
   ApprovalItemType type
);

Parameters

type
ApprovalItemType

Return Value

int

See Also

AApprovalModel Class | com.plumtree.uiinfrastructure.approval Namespace