Class DeleteOperation
- java.lang.Object
-
- org.opennms.netmgt.provision.service.operations.ImportOperation
-
- org.opennms.netmgt.provision.service.operations.DeleteOperation
-
public class DeleteOperation extends ImportOperation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.netmgt.provision.service.operations.ImportOperation
ImportOperation.OperationType
-
-
Constructor Summary
Constructors Constructor Description DeleteOperation(Integer nodeId, String foreignSource, String foreignId, ProvisionService provisionService)
Constructor for DeleteOperation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doPersist()
doPersistImportOperation.OperationType
getOperationType()
void
scan()
scanString
toString()
toString-
Methods inherited from class org.opennms.netmgt.provision.service.operations.ImportOperation
getProvisionService, persist
-
-
-
-
Constructor Detail
-
DeleteOperation
public DeleteOperation(Integer nodeId, String foreignSource, String foreignId, ProvisionService provisionService)
Constructor for DeleteOperation.
- Parameters:
nodeId
- aInteger
object.foreignSource
- aString
object.foreignId
- aString
object.provisionService
- aProvisionService
object.
-
-
Method Detail
-
toString
public String toString()
toString
-
scan
public void scan()
scan
- Specified by:
scan
in classImportOperation
-
doPersist
protected void doPersist()
doPersist
- Specified by:
doPersist
in classImportOperation
-
getOperationType
public ImportOperation.OperationType getOperationType()
- Specified by:
getOperationType
in classImportOperation
-
-