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, toString
getLogger, setLogger
protected RepositoryProvider _repositoryProvider
public SessionClientSideElement()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
service
in class StaticFileImportsClientSideElement
ServiceException
public boolean hasPendingChanges(String workspaceName) throws RepositoryException
workspaceName
- the workspace name.RepositoryException
- if an error occurs.