Class ExportLinksPartition
- java.lang.Object
- 
- com.identityworksllc.iiq.common.threads.SailPointWorker
- 
- com.identityworksllc.iiq.common.task.export.ExportPartition
- 
- com.identityworksllc.iiq.common.task.export.ExportLinksPartition
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Runnable
 
 public class ExportLinksPartition extends ExportPartition - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.identityworksllc.iiq.common.threads.SailPointWorkerSailPointWorker.ExceptionHandler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static StringATTRIBUTE_VALUE_FIELDstatic StringDELETE_LINKstatic StringDELETE_LINK_ATTRSprotected static StringGLOBAL_SETTINGThe application name used to specify fields we do not want to export on EVERY type of account- 
Fields inherited from class com.identityworksllc.iiq.common.task.export.ExportPartitionconfiguration, cutoffDate, exportTimestamp, filterString, filterString2
 - 
Fields inherited from class com.identityworksllc.iiq.common.threads.SailPointWorkermonitor, MULTI_SERIALIZED_WORKERS_ATTR, outcome
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExportLinksPartition()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexport(sailpoint.api.SailPointContext context, Connection connection, org.apache.commons.logging.Log _logger)Exports the identified Link objects to the export table- 
Methods inherited from class com.identityworksllc.iiq.common.task.export.ExportPartitionaddCommonDateFields, execute, openConnection, setConnectionInfo, toString
 - 
Methods inherited from class com.identityworksllc.iiq.common.threads.SailPointWorkeraddChild, addDependency, addTaskCallback, checkCancel, getDependencyOutput, getDependentPhase, getExceptionHandler, getMonitor, getParent, getPhase, getWorkerName, isTerminated, isTimedOut, run, runnable, setCompletedCounter, setDependentPhase, setExceptionHandler, setFailedCounter, setMonitor, setParent, setPhase, setTimeout, submitWithListeners, terminate, toCallable, toForkJoinTask, toFutureTask, toRequest, toRequest
 
- 
 
- 
- 
- 
Field Detail- 
ATTRIBUTE_VALUE_FIELDprotected static final String ATTRIBUTE_VALUE_FIELD - See Also:
- Constant Field Values
 
 - 
DELETE_LINKpublic static final String DELETE_LINK - See Also:
- Constant Field Values
 
 - 
DELETE_LINK_ATTRSpublic static final String DELETE_LINK_ATTRS - See Also:
- Constant Field Values
 
 - 
GLOBAL_SETTINGprotected static final String GLOBAL_SETTING The application name used to specify fields we do not want to export on EVERY type of account- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ExportLinksPartitionpublic ExportLinksPartition() 
 
- 
 - 
Method Detail- 
exportprotected void export(sailpoint.api.SailPointContext context, Connection connection, org.apache.commons.logging.Log _logger) throws sailpoint.tools.GeneralException Exports the identified Link objects to the export table- Specified by:
- exportin class- ExportPartition
- Parameters:
- context- The context
- connection- The connection to the target database
- _logger- The logger attached to the- SailPointWorker
- Throws:
- sailpoint.tools.GeneralException- if there are any failures
 
 
- 
 
-