...
| Bloc de code |
|---|
package org.esupportail.application.services.fileStorage;
public interface JmxTestCmis {
/**
* Enable the use of CMIS.
*/
void enabledCmisenableCmis();
/**
* Disable the use of CMIS.
*/
void disabledCmisdisableCmis();
/**
* @return the cmisIsReady
*/
Boolean getCmisIsReady();
}
|
...