Difference between revisions of "Main Page"

From PresenceWiki
Jump to: navigation, search
 
(Welcome to Presence WikiDocs)
(19 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<big>'''MediaWiki has been successfully installed.'''</big>
+
We are currently reorganising this page - please click [[New Main Page|here]] for a preview.
  
Consult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for information on using the wiki software.
+
== Welcome to Presence WikiDocs ==
  
== Getting started ==
+
[[File:presence_wiki.png]]
  
* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]
+
PresenceWiki is a developer led, user contributed documentation and knowledge base for Presence.
* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]
+
 
* [http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
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 ===
 +
 
 +
<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]]
 +
* [[Join Forked Threads]]
 +
* [[Start Synch Block]]
 +
* [[End Synch Block]]
 +
 
 +
</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>[[JSON Node]]</li>
 +
<li>[[Flat File Parser]]</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 Updated|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>
 +
<li>[[Parse File Action]]</li>
 +
</ul>
 +
 
 +
===== Other Actions =====
 +
<ul>
 +
<li>[[Dynamic Task Call]]</li>
 +
<li>[[Call Native Program]]</li>
 +
<li>[[FTP Upload]]</li>
 +
<li>Scorecard Collector</li>
 +
<li>[[Create Graph]]</li>
 +
<li>[[AS400 Action]]</li>
 +
<li>[[Socket Client Action]]</li>
 +
<li>[[Socket Server Action]]</li>
 +
</ul>
 +
 
 +
===== Enterprise Messaging =====
 +
<ul>
 +
<li>[[JMS Producer]]</li>
 +
<li>[[JMS Consumer]]</li>
 +
</ul>
 +
=== Functions ===
 +
<ul>
 +
<li>[[Functions]]</li>
 +
</ul>

Revision as of 14:47, 19 August 2015

We are currently reorganising this page - please click here for a preview.

Welcome to Presence WikiDocs

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

Functions