System.Object
WithObjectIdentityType
Client Declaration
WithObjectIdentityType
The base, abstract element for describing inbound or outbound information that identifies a Content Engine object.
Attributes
String
classId
:
String
objectId
:
EntireNetwork
objects and query result rows) expression specifying the GUID
of an object. Exceptions apply for the following object types:
Realm
: The name of the realm must be specified. Group
or User
: The principal name of the group or user must be specified.ClassDescription
: The symbolic name of an object's class can be specified instead of an object's GUID. EntireNetwork
objects and query result rows) expression specifying the GUID
of an object. Exceptions apply for the following object types:
Realm
: The name of the realm must be specified. Group
or User
: The principal name of the group or user must be specified.String
objectStore
:
<xsd:complexType name="WithObjectIdentityType" abstract="true"> <xsd:complexContent> <xsd:extension base="ObjectEntryType"> <xsd:attribute name="classId" type="xsd:string"/> <xsd:attribute name="objectId" type="xsd:string"/> <xsd:attribute name="objectStore" type="xsd:string"/> </xsd:extension> </xsd:complexContent> </xsd:complexType>