You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by learning coding <le...@gmail.com> on 2012/03/28 13:53:57 UTC

Immediate Subclass.

Hi,

I am using FilenetP8.
I am not able to find the method in java which will give me the *List of
Immediate Sublass of Document.*
**
regards

Re: Immediate Subclass.

Posted by learning coding <le...@gmail.com>.
Thanks




On Wed, Mar 28, 2012 at 2:05 PM, Florian Müller <fm...@apache.org> wrote:

> Try:
> session.getTypeChildren("cmis:**document", true)
>
> The JavaDoc is here:
> http://chemistry.apache.org/**java/0.6.0/maven/apidocs/org/**
> apache/chemistry/opencmis/**client/api/Session.html#**
> getTypeChildren(java.lang.**String<http://chemistry.apache.org/java/0.6.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/Session.html#getTypeChildren(java.lang.String>,
> boolean)
>
>
> - Florian
>
>
>  Hi,
>>
>> I am using FilenetP8.
>> I am not able to find the method in java which will give me the *List of
>> Immediate Sublass of Document.*
>> **
>> regards
>>
>
>

Re: Immediate Subclass.

Posted by Florian Müller <fm...@apache.org>.
 Try:
 session.getTypeChildren("cmis:document", true)

 The JavaDoc is here:
 http://chemistry.apache.org/java/0.6.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/Session.html#getTypeChildren(java.lang.String, 
 boolean)


 - Florian


> Hi,
>
> I am using FilenetP8.
> I am not able to find the method in java which will give me the *List 
> of
> Immediate Sublass of Document.*
> **
> regards