com.ibm.workplace.wcm.api.extensions.operation
Interface CreateOperationContext

All Superinterfaces:
OperationContext

public interface CreateOperationContext
extends OperationContext

Contextual information on the create operation being performed.

Since:
8.5 CF9

Method Summary
 WCMApiObject object()
          The WCMApiObject that the operation is being performed against.
 
Methods inherited from interface com.ibm.workplace.wcm.api.extensions.operation.OperationContext
currentUser, getOperation, map
 

Method Detail

object

WCMApiObject object()
The WCMApiObject that the operation is being performed against.

Returns:
WCMApiObject that is being acted on, this will never be null if the operation is CREATE.