Conversion Instructions

Download Report

Transcript Conversion Instructions

Composition center
Product advisory board (PAB – 24/10/2013)
StreamShare
Philip Gyuling, Karim El-Cheikh
Product management
24 October 2013
Copyright © OpenText Corporation. All rights reserved.
SOAPUI project
Compc PAB (create-open-modify-approve-release)
 getTemplatesDoc – REST,
/sssp/document/listadhocdocumentsbytemplates (retrieves
available templates)
 createDocuments – WS,
DocumentOnDemandContentMTOMBinding (creates a docdef
based on retrieved template)
 getDocumentsContent – WS, DocumentContentMTOMBinding
(returns a preview of document)
 setDocumentState – WS, DocumentApprovalBinding (sets the
document state to « submitted » and « approved »)
 releaseDocuments – WS, DocumentApprovalBinding (sets the
document state to « released »
2
AdHoc / Reviewer
Functional process flow
3
DEMO SOAPUI
Compc PAB (create-open-modify-approve-release)
4
Case360 StreamServe
Integration review
5
Case360 integration
Review
 Packaged integration solution
between Case360 and
StreamServe
 Re-usable on-demand (AdHoc)
process with minimal
integration touchpoints
 Case360 scripts
 Aggregation of transactional and
metadata
 Recuperation of document produced
by STRS
 Custom forms hosting AdHoc
 Control buttons accessing STRS
WSs
 Automatic process activities
managing integration with
SSSP (REST) and service
gateway (WS)
 Custom forms allowing user to
select distribution channel
6
AdHoc notifications
Review and demo
8
AdHoc
Notifications
 Notification framework for Adhoc
documents
 Initiate workflows in hosting
applications based on
notifications
 Notifications based on Spring
messaging for SSSP via REST
API access
 Notification format:
 topicNamespace* =
streamserve.notification.sssp.<docu
ment|message>
 topicID*=<the action e.g. create, get,
delete, etc.>
 Notifications published for the
following actions:
 create document, get document,
insert resource, save resource,
delete resource, submit document,
change or set attributes
 Integrate with external systems
via declarative adapters for
consumption of notifications
 JMS, JMX, RMI, TCP, HTTP
request, file, AMQP, etc.
 Included in current SDK
9