Package org.silverpeas.web.jobmanager
Class JobManagerService
- java.lang.Object
-
- org.silverpeas.web.jobmanager.JobManagerService
-
- All Implemented Interfaces:
Serializable
public class JobManagerService extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
LEVEL_OPERATION
static int
LEVEL_SERVICE
-
Constructor Summary
Constructors Constructor Description JobManagerService(String id, String label, int level, String url, String[] idSubServices, boolean isActive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultIdSubService()
String
getId()
String[]
getIdSubServices()
String
getLabel()
int
getLevel()
String
getUrl()
boolean
isActive()
void
setActive(boolean a)
-
-
-
Field Detail
-
LEVEL_SERVICE
public static final int LEVEL_SERVICE
- See Also:
- Constant Field Values
-
LEVEL_OPERATION
public static final int LEVEL_OPERATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
setActive
public void setActive(boolean a)
-
getLabel
public String getLabel()
-
isActive
public boolean isActive()
-
getLevel
public int getLevel()
-
getIdSubServices
public String[] getIdSubServices()
-
getId
public String getId()
-
getUrl
public String getUrl()
-
getDefaultIdSubService
public String getDefaultIdSubService()
-
-