Hi, you can see the available functions here:
http://chemistry.apache.org/java/0.5.0/maven/apidocs/org/apache/chemistry/opencmis/client/api/Repository.html you can't cast the Repository into an CMIS Object. CMISObjects are the files within your repository. best regards Sebastian Am 30. Januar 2012 10:08 schrieb learning coding < [email protected]>: > Hi, > As i am trying to understand CMIS, > Please help me to get the details of Repository > My this code is working fine > > for(Repository r : repositories) { > > System.out.println("Found repository: " + r.getName() + " repo id " + > r.getId() > + " " ); > > } > > But I want to get the ObjectStoredId,date of creation, modified > by,DatabaseType > how to get this information of Repository.?? > > For the CMISObjects there are the methods to get these details. > > So ,i tried typeCasting repository to cmisObject but there is error . that > i cant typecast Repository to cmisObject.. > > Thanks & Regards >
