Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.impl |
Modifier and Type | Method and Description |
---|---|
static JSONObject |
JSONConverter.convert(Acl acl)
Converts an ACL.
|
static JSONObject |
JSONConverter.convert(AclCapabilities capabilities)
Converts an ACL capabilities object.
|
static JSONObject |
JSONConverter.convert(AllowableActions allowableActions)
Converts allowable actions.
|
static JSONObject |
JSONConverter.convert(BulkUpdateObjectIdAndChangeToken oc)
Converts bulk update data.
|
static JSONObject |
JSONConverter.convert(FailedToDeleteData ftd)
Converts FailedToDelete ids.
|
static JSONObject |
JSONConverter.convert(ObjectData object,
TypeCache typeCache,
JSONConverter.PropertyMode propertyMode,
boolean succinct)
Converts an object.
|
static JSONObject |
JSONConverter.convert(ObjectInFolderContainer container,
TypeCache typeCache,
boolean succinct)
Converts a folder container.
|
static JSONObject |
JSONConverter.convert(ObjectInFolderData objectInFolder,
TypeCache typeCache,
boolean succinct)
Converts an object in a folder list.
|
static JSONObject |
JSONConverter.convert(ObjectInFolderList objectInFolderList,
TypeCache typeCache,
boolean succinct)
Converts a folder list.
|
static JSONObject |
JSONConverter.convert(ObjectList list,
TypeCache typeCache,
JSONConverter.PropertyMode propertyMode,
boolean succinct)
Converts a query object list.
|
static JSONObject |
JSONConverter.convert(ObjectParentData parent,
TypeCache typeCache,
boolean succinct)
Converts an object parent.
|
static JSONObject |
JSONConverter.convert(Properties properties,
String objectId,
TypeCache typeCache,
JSONConverter.PropertyMode propertyMode,
boolean succinct)
Converts a bag of properties.
|
static JSONObject |
JSONConverter.convert(PropertyDefinition<?> propertyDefinition)
Converts a property type definition.
|
static JSONObject |
JSONConverter.convert(RenditionData rendition)
Converts a rendition.
|
static JSONObject |
JSONConverter.convert(RepositoryCapabilities capabilities)
Converts a capabilities object.
|
static JSONObject |
JSONConverter.convert(RepositoryInfo repositoryInfo,
String repositoryUrl,
String rootUrl)
Converts a repository info object.
|
static JSONObject |
JSONConverter.convert(TypeDefinition type)
Converts a type definition.
|
static JSONObject |
JSONConverter.convert(TypeDefinitionContainer container)
Converts a type definition container.
|
static JSONObject |
JSONConverter.convert(TypeDefinitionList list)
Converts a type definition list.
|
Modifier and Type | Method and Description |
---|---|
static void |
JSONConverter.convertExtension(ExtensionsData source,
JSONObject target) |
static void |
JSONConverter.setIfNotNull(String name,
Object obj,
JSONObject json) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.