We are trying to use OASIS API to create a document in Filenet through Atom. We tried different syntax but not working. If it's just cmis:document it's working but if we change that with any leaf class of document it's not supporting. Does anyone worked with OASIS API to interact with FIleNet for a custom class?
How to provide child class of document in OASIS API for Filenet
150 Views Asked by kvnksrujan At
1
There are 1 best solutions below
Related Questions in DOCUMENT
- remove the share option from the document interaction controller
- Making JQuery function Plain JS
- javascript click button after be shure that page has completely loaded
- How to Print Background Image Properly in Word 2003?
- MongoCollection.updateOne usage for 3.x in java
- ItemAdded not firing on document library
- Javascript/JQuery function not working on first page load. Then works on refresh
- Team site with document library
- print a print document appear different from print document preview c#
- Detecting backspace key press
- Force angular.element .on 'change' to call specified function on the same file
- cosine similarity measure c#
- CRM 2013 on premise: Create sharepoint document location only when user selects on documents button at the record
- Open a local pdf file from Delphi Firemonkey Code for Android App
- How to store documents encrypted
Related Questions in ATOM-FEED
- Adding pubsubhubbub link tag to Atom feed
- Live feeds via Atom protocol
- Making RSS/ATOM feed in html/css/java/ruby
- does apache camel-atom component supports basic authentication?
- How to declare Content-type so that browsers recognize a page is an Atom/RSS feed?
- Consuming Atom feeds: how does it work?
- How digg reader finds the feed url[s] for a given site?
- Update Private Gallery atom such that VS shows that an extension update is available
- Convert Atom (XML) to JSON
- Newsstand atom feed use and limitations
- Java framework for ATOM pub server
- OpenSearch + PHP for INSPIRE ATOM : Why can I get the correct Content-Type?
- Displaying RSS or ATOM content in ASP.NET ListView
- Wordpress Atom Publishing Protocol/XML-RPC documentation?
- Javascript collapsing ATOM nodes when parsing
Related Questions in FILENET
- Enabling comments in IBM Content Navigator document viewer
- Filenet storing and getting objects from store - Java Step Processor
- Failed to Clone Object {0}. Error in IBM FileNET 5.2 How to Solve this?
- How to retrieve the entire folder contents in Filenet 5.2?
- how do we debug the bulk action javascript from ACCE?
- VB 6 app,Failling to create run time object of printlibrary.print of FILENET in Windows 7
- FileNet Api access rights for asp.net
- FileNet file upload in VB.NET
- How does the Lucene tool Luke determine a file count?
- What mean "Check out" and "Check in"
- IBM FileNet : com.filenet.api.exception.EngineRuntimeException: FNRCT0042E: TRANSPORT_WSI_NETWORK_ERROR
- Filenet Solution Deployment Take too much time
- FileNet Social Collaboration - search by comments
- How can i correctly store Jar libs outside WebSphere?
- Getting object store properties without additional round-trip
Related Questions in OASIS
- How to prevent warnings ocamlbuild/oasis warnings?
- Parse oasis xml documents
- How to split main and the rest of your code with Ocaml?
- Z3 bindings on ocaml
- How can I open modules defined outside my project root directory in my ocaml file?
- Is there any example for: How to use "OASIS Library" in Java to create XLIFF file
- ArangoDB Oasis ETIMEDOUT
- Adding ws-security to wsdl
- How to configure nuclide-ocaml so it will not complain about Unbound module?
- How properly add str module to oasis config?
- Output path of OCaml executable in OASIS
- Compiling with external library (OASIS, OCamlfind)
- Parse oasis tag from the table in the XML
- ocaml-glpk (glpk bindings) and OASIS
- How to provide child class of document in OASIS API for Filenet
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
After going through the IBM website found answer. We were confused by following similar syntax "cmis:document". We were passing as "cmis:leafclass". But eventually came to know if you are passing leaf class no need of cmis: present. You just need to pass "leafclass". Below link for reference.
https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014928326