Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.impl | |
org.apache.chemistry.opencmis.commons.impl.dataobjects | |
org.apache.chemistry.opencmis.inmemory |
Modifier and Type | Method and Description |
---|---|
PolicyIdList |
ObjectData.getPolicyIds()
Returns the IDs of the applied policies.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectData.setPolicyIds(PolicyIdList policyIds)
Sets the policy IDs.
|
Modifier and Type | Method and Description |
---|---|
static PolicyIdList |
WSConverter.convert(CmisListOfIdsType policyIds)
Converts a list of policy ids.
|
static PolicyIdList |
JSONConverter.convertPolicyIds(Map<String,Object> json)
Converts a list of policy ids.
|
Modifier and Type | Method and Description |
---|---|
static CmisListOfIdsType |
WSConverter.convert(PolicyIdList policyIds)
Converts a list of policy ids.
|
Modifier and Type | Class and Description |
---|---|
class |
PolicyIdListImpl
PolicyIdList implementation.
|
Modifier and Type | Method and Description |
---|---|
PolicyIdList |
ObjectDataImpl.getPolicyIds() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDataImpl.setPolicyIds(PolicyIdList policyIds) |
Modifier and Type | Method and Description |
---|---|
static PolicyIdList |
DataObjectCreator.fillPolicyIds(StoredObject so) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.