public class GetConflictsTask extends SessionedTask<SessionConflicts>
| Constructor and Description |
|---|
GetConflictsTask()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected SessionConflicts |
_execute()
Subclasses implement this method
|
static SessionConflicts |
getConflicts(ConfigService configService, java.lang.String session)
Convenience method to create and execute an instance of the task
|
assertExists, assertLocation, assertNONResource, assertNotExists, assertNotLocationData, assertNotNull, assertNotNullElement, assertResource, assertSimple, call, doExecute, doExecute, doExecute, doExecute, expand, getConfigContext, getConfigMBean, getConfigService, getDescription, getSession, isLocation, isReadOnlyTransaction, requiresSystemTransactionpublic static SessionConflicts getConflicts(ConfigService configService, java.lang.String session)
configService - the config service instancesession - the session to execute againstNotFoundException - if an error occurs getting conflictsprotected SessionConflicts _execute() throws java.lang.Exception
SessionedTask_execute in class SessionedTask<SessionConflicts>java.lang.Exception