Class BaseCommonPluginService
- java.lang.Object
-
- sailpoint.server.Service
-
- com.identityworksllc.iiq.common.service.BaseCommonService
-
- com.identityworksllc.iiq.common.plugin.BaseCommonPluginService
-
- All Implemented Interfaces:
BaseServiceImplementation
,sailpoint.plugin.PluginContext
@Deprecated public abstract class BaseCommonPluginService extends BaseCommonService implements BaseServiceImplementation, sailpoint.plugin.PluginContext
Deprecated.ExtendBaseCommonService
and implementPluginContext
instead so I don’t have to keep maintaining this code twice.Abstract super-class for base plugin services.This class provides some minimal services, such as tracking execution counts, then delegates to the
BaseServiceImplementation.implementation(SailPointContext)
method.TODO remove this sometime in 2024
-
-
Field Summary
-
Fields inherited from class com.identityworksllc.iiq.common.service.BaseCommonService
executedOnce, executionCount, invoker
-
-
Constructor Summary
Constructors Constructor Description BaseCommonPluginService()
Deprecated.
-
Method Summary
-
Methods inherited from class com.identityworksllc.iiq.common.service.BaseCommonService
afterExecution, beforeExecution, execute, getElapsedRuntimeMillis, incrementExecutions
-
Methods inherited from class sailpoint.server.Service
configure, getDefinition, getInterval, getLastEnd, getLastExecute, getName, getServiceLock, getStatusString, handleRequest, isEnabled, isPriority, isStarted, isStarting, isStopping, ping, setDefinition, setInterval, setLastEnd, setLastExecute, setStarted, setStarting, setStopping, start, suspend, terminate, waitForStart, wake
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.identityworksllc.iiq.common.service.BaseServiceImplementation
afterExecution, beforeExecution, execute, getDefinition, implementation, incrementExecutions, skipExecutionCount
-
-
-
-
Constructor Detail
-
BaseCommonPluginService
public BaseCommonPluginService()
Deprecated.
-
-