LOTUS DOMINO の XML


agent 要素

名前付き設計要素として Lotus Domino エージェントを表します。エージェントは、設定されたスケジュールまたはユーザーの要求に従って一連の自動化タスクを実行するプログラムです。エージェントは、トリガー (いつ実行するか)、検索 (どの文書を対象とするか)、およびアクション (何をするか) の 3 つのコンポーネントから構成されます。

包含階層

スーパークラス: %design.elements;

サブクラス: %named.design.note.prolog;<designchange><trigger><documentset><code><rundata>%note.epilog;

構文

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

[コンテンツ]

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


属性

<!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
<agent> 要素の定義済みエンティティ

%agent.restrictions; エンティティは、エージェントのセキュリティ設定を定義します。

構文:

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

fulladminunrestricted


restricted
unrestricted

関連項目