|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.service.repository.RepositoryService
public class RepositoryService
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
RepositoryService(com.google.gwt.event.shared.HandlerManager eventBus)
|
|
| Method Summary | |
|---|---|
void |
addType(String url,
TypeDefinition createType)
Create type. |
void |
deleteType(String url)
Delete type by url. |
void |
getBaseTypes(String url,
boolean includePropertyDefinition)
Get base types of the repository. |
void |
getRepositories(String url)
Get a list of CMIS repositories available from this CMIS service endpoint. |
void |
getRepositoryInfo(String url)
Get information about the CMIS repository, the optional capabilities it supports and its Access Control information if applicable. |
void |
getTypeChildren(String url,
boolean includePropertyDefinitions,
int maxItems,
int skipCount)
Returns the list of Object-Types defined for the Repository that are children of the specified type. |
void |
getTypeDefinition(String url)
Gets the definition of the specified Object-Type. |
void |
getTypeDescendants(String url,
String typeId,
int depth,
boolean includePropertyDefinition)
Get the set of descendant Object-Types defined for the Repository under the specified type. |
void |
getTypeList(String href,
boolean includePropertyDefinition)
Get types as a plain list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryService(com.google.gwt.event.shared.HandlerManager eventBus)
eventBus - eventBus| Method Detail |
|---|
public void getRepositories(String url)
RepositoriesReceivedEvent event is fired
url - urlpublic void getRepositoryInfo(String url)
RepositoryInfoReceivedEvent event is fired
url - url
public void getTypeChildren(String url,
boolean includePropertyDefinitions,
int maxItems,
int skipCount)
TypeChildrenReceivedEvent event is fired
url - urlincludePropertyDefinitions - include property definitionsmaxItems - max itemsskipCount - skip count
public void getTypeDescendants(String url,
String typeId,
int depth,
boolean includePropertyDefinition)
TypeDescendantsRecievedEvent event is fired
url - urltypeId - type iddepth - depthincludePropertyDefinition - include property definitionpublic void getTypeDefinition(String url)
TypeDefinitionReceivedEvent event is fired
url - url
public void getBaseTypes(String url,
boolean includePropertyDefinition)
BaseTypesReceivedEvent event is fired
url - urlincludePropertyDefinition - include property definition
public void getTypeList(String href,
boolean includePropertyDefinition)
TypeListReceivedEvent event is fired
url - urlincludePropertyDefinition - include property definition
public void addType(String url,
TypeDefinition createType)
TypeCreatedEvent event is fired
url - urltype - typepublic void deleteType(String url)
TypeDeletedEvent event is fired
url - url
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||