Uiinfrastructure API Docs  
 

AItemDescriptor Constructor 

Creates a new AItemDescriptor object.

protected AItemDescriptor(
   string name,
   string description,
   string submittedBy,
   XPDateTime submittedDate,
   AActivitySpace space,
   ApprovalItemType type
);

Parameters

name
String name of the object awaiting approval
description
String description of the object awaiting approval
submittedBy
String
submittedDate
XPDateTime
space
type

See Also

AItemDescriptor Class | com.plumtree.uiinfrastructure.approval Namespace