An available Operation for the Context.
Syntax<Operation id="search" attrgroup="..." connection="..." association="..."> <Properties> <Property name="operation.classname" value="org.openptk.spi.operations.JndiOperations"/> <Property name="key" value="uniqueid"/> <Property name="sort" value="lastname,firstname"/> </Properties> <Actions> <Action id="..." mode="..."> ... </Action> ... </Actions> <Query type="EQ" name="objectClass" value="inetOrgPerson"/> </Operation> Arguments
PropertiesProperties at this level will be merged with all of the Properties from the Context level. If a Property at this level has the same name as an existing Property, the Operation level (this) Property will replace it. Most of the Properties at this level are optional and may be specific to / required by the class that implements the Operation. Some commonly used Properties are listed below:
Operation id="search"The search Operation uses a collection of properties that only unique to it:
See the "enhanced search" project for details. |
Release 2.x > Install - Reference > Config Ref Guide > Contexts > Context > Operations >