|
The Action Argument syntax which is carried in the ACTION INVOKE is
defined as follows:
ActionArgument ::= SEQUENCE { COMPONENTS OF BaseManagedObjectId, accessControl [5] AccessControl OPTIONAL, synchronization [6] IMPLICIT CMISSync DEFAULT bestEffort, scope [7] Scope DEFAULT namedNumbers : baseObject, filter CMISFilter DEFAULT and : {}, actionInfo [12] IMPLICIT ActionInfo, ... } ActionInfo ::= SEQUENCE { actionType CMIP-ACTION.&id ({ActionSet}), actionInfoArg [4] CMIP-ACTION.&Value ({ActionSet} {@.actionType}) OPTIONAL }
The ActionInfo consists of an actionType which is either an INTEGER or
an OBJECT IDENTIFIER that identifies the type of ACTION (from the
REGISTERED AS clause in the ACTION template) followed by an actionInfoArg which
is defined in the INFORMATION SYNTAX of the related ACTION template.
|