|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AllowableActions | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.commons.data | OpenCMIS data interfaces. |
org.apache.chemistry.opencmis.commons.spi | OpenCMIS client and server binding services. |
org.apache.chemistry.opencmis.server.support | |
org.apache.chemistry.opencmis.tck.impl |
Uses of AllowableActions in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return AllowableActions | |
---|---|
AllowableActions |
TransientCmisObject.getAllowableActions()
|
AllowableActions |
QueryResult.getAllowableActions()
Returns the allowable actions if they were requested. |
AllowableActions |
CmisObject.getAllowableActions()
Returns the allowable actions if they have been fetched for this object. |
Uses of AllowableActions in org.apache.chemistry.opencmis.commons.data |
---|
Methods in org.apache.chemistry.opencmis.commons.data that return AllowableActions | |
---|---|
AllowableActions |
ObjectData.getAllowableActions()
Returns the allowable actions. |
Uses of AllowableActions in org.apache.chemistry.opencmis.commons.spi |
---|
Methods in org.apache.chemistry.opencmis.commons.spi that return AllowableActions | |
---|---|
AllowableActions |
ObjectService.getAllowableActions(java.lang.String repositoryId,
java.lang.String objectId,
ExtensionsData extension)
Gets the list of allowable actions for an object. |
Uses of AllowableActions in org.apache.chemistry.opencmis.server.support |
---|
Methods in org.apache.chemistry.opencmis.server.support that return AllowableActions | |
---|---|
AllowableActions |
CmisServiceWrapper.getAllowableActions(java.lang.String repositoryId,
java.lang.String objectId,
ExtensionsData extension)
|
Uses of AllowableActions in org.apache.chemistry.opencmis.tck.impl |
---|
Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type AllowableActions | |
---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(AllowableActions expected,
AllowableActions actual,
CmisTestResult success,
CmisTestResult failure)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |