Difference between revisions of "Main Page"

From PresenceWiki
Jump to: navigation, search
Line 14: Line 14:
  
 
The [[Processes]] page brings together all the Presence components and services and explains how they interact with one another.
 
The [[Processes]] page brings together all the Presence components and services and explains how they interact with one another.
 +
 +
=== Task Elements Quick Reference ===
 +
 +
<hr>
 +
 +
<ul>
 +
<li>[[Schedule Nodes]]</li>
 +
<li>[[Decision Point Nodes]]</li>
 +
<li>Miscellaneous Flow Control Nodes
 +
* [[Start of Task]]
 +
* [[End of Task]]
 +
* [[Error Handler]]
 +
* [[Throw Exception]]
 +
* [[Passive Node]]
 +
* [[Log Entry]]
 +
* [[Sleep For n Seconds]]
 +
* [[While Node]]
 +
* [[Switch Node]]
 +
* [[Fork Execution]]
 +
</li>
 +
<li>[[Event Notification Nodes]]</li>
 +
</ul>
 +
 +
=== Data Access ===
 +
 +
These Tasks Elements are designed to load information from sources external to Presence.
 +
 +
<ul>
 +
<li>[[SQL Statement Nodes]]</li>
 +
<li>[[Object Monitor Nodes]]</li>
 +
<li>[[XML Query Nodes]]</li>
 +
<li>[[Mail Scanner Nodes]]</li>
 +
<li>[[Web Services Nodes]]</li>
 +
<li>[[LDAP Query Nodes]]</li>
 +
<li>[[Data Table Nodes]]</li>
 +
<li>[[Variable Nodes]]</li>
 +
<li>[[Transaction Control Nodes]]</li>
 +
<li>[[Context XML Nodes]]</li>
 +
</ul>
 +
 +
=== Data Formatters ===
 +
 +
These Tasks Elements are designed to manipulate and write information to external sources.
 +
 +
===== Basic Data Writer =====
 +
 +
<ul>
 +
<li>[[CSV Writer]]</li>
 +
<li>[[HTML Table Writer]]</li>
 +
<li>[[Basic XML Writer]]</li>
 +
<li>[[XML Document Writer]]</li>
 +
<li>[[XSLT Processor]]</li>
 +
<li>[[Padded Text Writer]]</li>
 +
</ul>
 +
 +
===== Custom Data Formatter =====
 +
<ul>
 +
<li>[[Custom Data Formatter Standard Option]]</li>
 +
<li>[[PDF|Custom Data Formatter PDF Option]]</li>
 +
</ul>
 +
 +
=== Actions ===
 +
 +
These Tasks Elements are designed to perform actions.
 +
 +
===== Alerts =====
 +
<ul>
 +
<li>[[Send Email]]</li>
 +
<li>[[Send Fax]]</li>
 +
<li>[[Send SMS]]</li>
 +
<li>[[Broadcast Messages]]</li>
 +
</ul>
 +
 +
===== File Actions =====
 +
<ul>
 +
<li>[[Read Text File]]</li>
 +
<li>[[Read Binary File]]</li>
 +
<li>[[Write Text File]]</li>
 +
<li>[[Write Binary File]]</li>
 +
<li>[[Rename File]]</li>
 +
<li>[[Copy File]]</li>
 +
<li>[[Delete File]]</li>
 +
</ul>
 +
 +
===== Other Actions =====
 +
<ul>
 +
<li>[[Call Native Program]]</li>
 +
<li>[[FTP Upload]]</li>
 +
<li>Scorecard Collector</li>
 +
<li>Create Graph</li>
 +
</ul>
 +
 +
===== Enterprise Messaging =====
 +
<ul>
 +
<li>[[JMS Producer]]</li>
 +
<li>[[JMS Consumer]]</li>
 +
</ul>

Revision as of 15:47, 13 April 2010

Welcome to PresenceWiki.

http://www.international-presence.com/wikidocs/images/presence_wiki.png

PresenceWiki is a developer led, user contributed documentation and knowledge base for Presence.

The best place to start is probably at the beginning, so if you're new to Presence we suggest you visit the Presence Introduction page.

For help installing Presence for the first time, take a look at our Installation Guide.

Once you're up and running you'll probably want to play with the Administration Client.

Once you become more experienced you may want to visit our Best Use page for expert hints and tips.

The Processes page brings together all the Presence components and services and explains how they interact with one another.

Task Elements Quick Reference


Data Access

These Tasks Elements are designed to load information from sources external to Presence.

Data Formatters

These Tasks Elements are designed to manipulate and write information to external sources.

Basic Data Writer
Custom Data Formatter

Actions

These Tasks Elements are designed to perform actions.

Alerts
File Actions
Other Actions
Enterprise Messaging