public class XPageApplicationEntry extends Object
Constructor and Description |
---|
XPageApplicationEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the ClassName
|
String |
getId()
Returns the Id
|
Plugin |
getPlugin()
Gets the plugin instance associated to the application
|
String |
getPluginName()
Return the name of the plugin
|
List<String> |
getRoles()
Returns the Roles
|
boolean |
isEnable()
Tells if the application is enable (plugin enabled)
|
boolean |
isEnabled()
Tells if the XPageApplication is enabled, independently of the plugin's status
|
void |
setClassName(String strClassName)
Sets the ClassName
|
void |
setEnabled(boolean bEnabled)
Sets the enabled state of this XPageApplication
|
void |
setId(String strId)
Sets the Id
|
void |
setPluginName(String strPluginName)
Set the plugin name of the insert service
|
void |
setRoles(String strRoles)
Sets the Roles
|
public String getId()
public void setId(String strId)
strId
- The Idpublic String getClassName()
public void setClassName(String strClassName)
strClassName
- The ClassNamepublic void setRoles(String strRoles)
strRoles
- The Rolespublic String getPluginName()
public void setPluginName(String strPluginName)
strPluginName
- the plugin namepublic boolean isEnable()
public boolean isEnabled()
true
if this XPageApplication is enabled, false
otherwisepublic void setEnabled(boolean bEnabled)
bEnabled
- true
if this XPageApplication is enabled, false
otherwisepublic Plugin getPlugin()
Copyright © 2020 City of Paris. All rights reserved.