-
Where are saved the users informations ?
In the database generated by AppWorks, in which table ate stored the users ? There is a USERSTATE table, but it only stores information about the user photo and the last seen event. Where are the other user info like name, address, email, etc... ? I need to know this so I can create a relation in JPA (@JoinColumn) for the…
-
How to make an AppWorks Gateway API REST call?
I am trying to use the AppWorks GateWay API to get back a list of users. My reference is: https://developer.opentext.com/webaccess/#url=resources%2Fapis%2Fawg-v2&tab=501 The following is my URL to the AppWorks gateway: http://server1:8080/gateway It shows me that I am using: OpenText AppWorks Gateway v1.1.5 I get a…
-
CS UI Widget use
Hi, I`m trying out the new CS UI Widget module. I went to the documentation and grabbed the simplest example and am trying to run it. The HTML is as follows (I added the Doc Type which isn't showing after being advised by the browser's javascript debugger): <!DOCTYPE html> <script>csui.onReady(function () {new…
-
Using REST API to customize Content Server UI
Hi, I'm looking at the Content Server REST API as a quick and dirty way to add additional functionality to a Content Server page, perhaps served through an Appearance or a CustomView page. To make this work, I need to ask a couple of questions about the API's capabilities (this is for CS REST API V1, not AppWorks Gateway…
-
How to relate user profile in my Services/Apps
Hi. I'm learning how to work with AppWorks, but I'm kind of stuck here... I want to create a simple service/app to share messages/topics/ideias/whatever. Each message will have a title, a message and a date. I would also like to each message have a reference to the user that wrote it, but I don't know how to relate the…
-
Clarifying when to use which API for Content Server
Hi, While attending the partner deep dive event in Waterloo this week, I asked and got some answers to the question of when to use which customization methods. I'm posting here with the intent that Open Text will clarify that I've understood correctly, and elaborate on where I'm vague, and correct where I'm flat out wrong:…
-
CS REST API and Authentication
I'm a bit unclear on authenticating with the CS REST API. For example, if my Content Server (https://host/otcs/livelink.exe) is accessed using Integrated Windows authentication i.e. the Web server is handling the authentication on the "otcs" virtual directory, how can a client (that uses the CS REST API) directly access…
-
Related To Process Component Library(PCL)
Hi, some one can help me where i can found information related to Process Component Library , Provide some links ASAP and some sample examples if possible. Thanks in Advance.
-
Content Server API
HI, Do we have a small example to understand the working of the content server API in OTAG?