Package | Description |
---|---|
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.server.support.wrapper |
Modifier and Type | Method and Description |
---|---|
ProgressControlCmisService.Progress |
ProgressControlCmisService.afterServiceCall()
Called by the server framework after the requested service method has
been called.
|
ProgressControlCmisService.Progress |
ProgressControlCmisService.beforeServiceCall()
Called by the server framework before the requested service method is
called.
|
static ProgressControlCmisService.Progress |
ProgressControlCmisService.Progress.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressControlCmisService.Progress[] |
ProgressControlCmisService.Progress.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProgressControlCmisService.Progress |
AbstractCmisServiceWrapper.afterServiceCall() |
ProgressControlCmisService.Progress |
AbstractBindingCmisServiceWrapper.afterServiceCall() |
ProgressControlCmisService.Progress |
AbstractCmisServiceWrapper.beforeServiceCall() |
ProgressControlCmisService.Progress |
AbstractBindingCmisServiceWrapper.beforeServiceCall() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBindingCmisServiceWrapper.setAfterServiceCall(ProgressControlCmisService.Progress progress)
Sets whether the server framework should continue after the service is
called.
|
void |
AbstractBindingCmisServiceWrapper.setBeforeServiceCall(ProgressControlCmisService.Progress progress)
Sets whether the server framework should continue before the service is
called.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.