static BatchReadOperation.Builder |
BatchReadOperation.builder() |
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.getLinkAttributes(Consumer<BatchGetLinkAttributes.Builder> getLinkAttributes) |
Retrieves attributes that are associated with a typed link.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.getLinkAttributes(BatchGetLinkAttributes getLinkAttributes) |
Retrieves attributes that are associated with a typed link.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.getObjectAttributes(Consumer<BatchGetObjectAttributes.Builder> getObjectAttributes) |
Retrieves attributes within a facet that are associated with an object.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.getObjectAttributes(BatchGetObjectAttributes getObjectAttributes) |
Retrieves attributes within a facet that are associated with an object.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.getObjectInformation(Consumer<BatchGetObjectInformation.Builder> getObjectInformation) |
Retrieves metadata about an object.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.getObjectInformation(BatchGetObjectInformation getObjectInformation) |
Retrieves metadata about an object.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listAttachedIndices(Consumer<BatchListAttachedIndices.Builder> listAttachedIndices) |
Lists indices attached to an object.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listAttachedIndices(BatchListAttachedIndices listAttachedIndices) |
Lists indices attached to an object.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listIncomingTypedLinks(Consumer<BatchListIncomingTypedLinks.Builder> listIncomingTypedLinks) |
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listIncomingTypedLinks(BatchListIncomingTypedLinks listIncomingTypedLinks) |
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listIndex(Consumer<BatchListIndex.Builder> listIndex) |
Lists objects attached to the specified index.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listIndex(BatchListIndex listIndex) |
Lists objects attached to the specified index.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectAttributes(Consumer<BatchListObjectAttributes.Builder> listObjectAttributes) |
Lists all attributes that are associated with an object.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectAttributes(BatchListObjectAttributes listObjectAttributes) |
Lists all attributes that are associated with an object.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectChildren(Consumer<BatchListObjectChildren.Builder> listObjectChildren) |
Returns a paginated list of child objects that are associated with a given object.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectChildren(BatchListObjectChildren listObjectChildren) |
Returns a paginated list of child objects that are associated with a given object.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectParentPaths(Consumer<BatchListObjectParentPaths.Builder> listObjectParentPaths) |
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectParentPaths(BatchListObjectParentPaths listObjectParentPaths) |
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node
objects.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectParents(Consumer<BatchListObjectParents.Builder> listObjectParents) |
Lists parent objects that are associated with a given object in pagination fashion.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectParents(BatchListObjectParents listObjectParents) |
Lists parent objects that are associated with a given object in pagination fashion.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectPolicies(Consumer<BatchListObjectPolicies.Builder> listObjectPolicies) |
Returns policies attached to an object in pagination fashion.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listObjectPolicies(BatchListObjectPolicies listObjectPolicies) |
Returns policies attached to an object in pagination fashion.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listOutgoingTypedLinks(Consumer<BatchListOutgoingTypedLinks.Builder> listOutgoingTypedLinks) |
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listOutgoingTypedLinks(BatchListOutgoingTypedLinks listOutgoingTypedLinks) |
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.listPolicyAttachments(Consumer<BatchListPolicyAttachments.Builder> listPolicyAttachments) |
Returns all of the ObjectIdentifiers to which a given policy is attached.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.listPolicyAttachments(BatchListPolicyAttachments listPolicyAttachments) |
Returns all of the ObjectIdentifiers to which a given policy is attached.
|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.lookupPolicy(Consumer<BatchLookupPolicy.Builder> lookupPolicy) |
Lists all policies from the root of the Directory to the object specified.
|
BatchReadOperation.Builder |
BatchReadOperation.Builder.lookupPolicy(BatchLookupPolicy lookupPolicy) |
Lists all policies from the root of the Directory to the object specified.
|
BatchReadOperation.Builder |
BatchReadOperation.toBuilder() |
|