public class ORCIDDelWorker extends ORCIDWorker
ORCIDWorker
Constructor and Description |
---|
ORCIDDelWorker(java.math.BigInteger putcode,
ORCIDClient client,
java.util.Map<java.math.BigInteger,java.lang.Object> cb,
org.apache.logging.log4j.Logger log)
A threaded worker that can be launched in parallel to DELETE works with
the ORCID API.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Removes a work from an ORCID profile.
|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public ORCIDDelWorker(java.math.BigInteger putcode, ORCIDClient client, java.util.Map<java.math.BigInteger,java.lang.Object> cb, org.apache.logging.log4j.Logger log) throws java.lang.NullPointerException
client
defines the
communication channel.putcode
- the put-code of the work that is to be deletedclient
- the ORCID communication clientcb
- the callback object to return resultslog
- a loggerjava.lang.NullPointerException
- if the put-code is null