Modifier and Type | Method and Description |
---|---|
AllowableActions |
FilterCmisService.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
QueryResult.getAllowableActions()
Returns the allowable actions if they have been requested.
|
AllowableActions |
CmisObject.getAllowableActions()
Returns the allowable actions if they have been fetched for this object.
|
Modifier and Type | Method and Description |
---|---|
AllowableActions |
ObjectServiceImpl.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
AtomAllowableActions.getAllowableActions() |
Modifier and Type | Method and Description |
---|---|
void |
AtomAllowableActions.setAllowableActions(AllowableActions allowableActions) |
Constructor and Description |
---|
AtomAllowableActions(AllowableActions allowableActions) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
ObjectServiceImpl.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
ObjectServiceImpl.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
ObjectServiceImpl.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
QueryResultImpl.getAllowableActions() |
AllowableActions |
AbstractCmisObject.getAllowableActions() |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
ObjectData.getAllowableActions()
Returns the allowable actions.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectData.setAllowableActions(AllowableActions allowableActions)
Sets the Allowable Actions.
|
Modifier and Type | Method and Description |
---|---|
static AllowableActions |
WSConverter.convert(CmisAllowableActionsType allowableActions)
Converts an AllowableActions object.
|
static AllowableActions |
JSONConverter.convertAllowableActions(Map<String,Object> json)
Converts allowable actions.
|
static AllowableActions |
XMLConverter.convertAllowableActions(javax.xml.stream.XMLStreamReader parser) |
Modifier and Type | Method and Description |
---|---|
static JSONObject |
JSONConverter.convert(AllowableActions allowableActions)
Converts allowable actions.
|
static CmisAllowableActionsType |
WSConverter.convert(AllowableActions allowableActions,
CmisVersion cmisVersion)
Converts an AllowableActions object.
|
static void |
XMLConverter.writeAllowableActions(javax.xml.stream.XMLStreamWriter writer,
CmisVersion cmisVersion,
boolean root,
AllowableActions source) |
Modifier and Type | Class and Description |
---|---|
class |
AllowableActionsImpl
Allowable Actions.
|
Modifier and Type | Method and Description |
---|---|
AllowableActions |
ObjectDataImpl.getAllowableActions() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDataImpl.setAllowableActions(AllowableActions allowableActions) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
AbstractCmisService.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension)
Gets the list of allowable actions for an object.
|
Modifier and Type | Method and Description |
---|---|
AllowableActions |
ObjectService.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension)
Gets the list of allowable actions for an object.
|
Modifier and Type | Method and Description |
---|---|
AllowableActions |
FileShareRepository.getAllowableActions(CallContext context,
String objectId)
CMIS getAllowableActions.
|
AllowableActions |
FileShareCmisService.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
static AllowableActions |
DataObjectCreator.fillAllowableActions(StoredObject so,
String user) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
InMemoryObjectServiceImpl.getAllowableActions(CallContext context,
String repositoryId,
String objectId,
ExtensionsData extension) |
AllowableActions |
InMemoryService.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
StoredObject.getAllowableActions(String user)
get the allowable actions of the object.
|
Modifier and Type | Method and Description |
---|---|
AllowableActions |
StoredObjectImpl.getAllowableActions(String user) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
JcrNode.getAllowableActions()
See CMIS 1.0 section 2.2.4.6 getAllowableActions
|
AllowableActions |
JcrRepository.getAllowableActions(javax.jcr.Session session,
String objectId)
See CMIS 1.0 section 2.2.4.6 getAllowableActions
|
AllowableActions |
JcrService.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
AllowableActions |
SimpleLoggingCmisServiceWrapper.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
AllowableActions |
ConformanceCmisServiceWrapper.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
AllowableActions |
AbstractCmisServiceWrapper.getAllowableActions(String repositoryId,
String objectId,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(AllowableActions expected,
AllowableActions actual,
CmisTestResult success,
CmisTestResult failure) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.