XML FOR DOMINO


agent element
Example

Represents a Domino agent as a named design element. An agent is a program that runs a series of automated tasks according to a set schedule or at the request of a user. An agent consists of three components: the trigger (when it acts), the search (what documents it acts on), and the action (what it does).

Containment Hierarchy

Contained by: %design.elements;

Contains: %named.design.note.prolog;, <designchange>, <trigger>, <documentset>, <code>, <rundata>, %note.epilog;

Syntax

<!ELEMENT agent ( %named.design.note.prolog; , designchange?, trigger , documentset? , code* , rundata?, %note.epilog; )>

Content

%named.design.note.prolog; , designchange? , trigger , documentset? , code* , rundata? , %note.epilog;


Attributes

<!ATTLIST agent
%named.design.note.attrs;
enabled%boolean;"true"
showinsearch%boolean;"false"
runaswebuser%boolean;"false"
runonbehalfof%string;#IMPLIED
activatable%boolean;#IMPLIED
clientbackgroundthread%boolean;"false"
allowremotedebugging%boolean;"false"
storehighlights%boolean;"false"
formulatype(%formula.types;)"modifydocs"
restrictions(%agent.restrictions;)"restricted"
>

activatable


allowremotedebugging
clientbackgroundthread
enabled
formulatype
runaswebuser
runonbehalfof
showinsearch
storehighlights
Defined entities for <agent> element

The %agent.restrictions; entity defines the security settings for the agent.

Syntax:

<!ENTITY % agent.restrictions "restricted | unrestricted | fulladminunrestricted ">

fulladminunrestricted


restricted
unrestricted
Example
See Also