public class SessionClientSideElement extends StaticClientSideElement
ClientSideElement.Script, ClientSideElement.ScriptFile| Modifier and Type | Field and Description |
|---|---|
protected RepositoryProvider |
_repositoryProvider
The repository provider.
|
_currentUserProvider, _dependencies, _featureName, _id, _pluginName, _rightManager, _rights, _rightsMode, _script| Constructor and Description |
|---|
SessionClientSideElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPendingChanges(String workspaceName)
Test if the session has pending changes.
|
void |
service(ServiceManager serviceManager) |
_configureClass, _configureParameters, _configureScript, configureInitialParameters_configureDependencies, _configureImports, _configureRights, _configureRightsMode, configure, getDependencies, getId, getPluginName, getRights, getScripts, getScripts, hasRight, setPluginInfo, toStringgetLogger, setLoggerprotected RepositoryProvider _repositoryProvider
public SessionClientSideElement()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class StaticFileImportsClientSideElementServiceExceptionpublic boolean hasPendingChanges(String workspaceName) throws RepositoryException
workspaceName - the workspace name.RepositoryException - if an error occurs.