Class RemoveGraphAndDeleteAllData

    • Constructor Detail

      • RemoveGraphAndDeleteAllData

        public RemoveGraphAndDeleteAllData()
    • Method Detail

      • shallowClone

        public RemoveGraphAndDeleteAllData shallowClone()
                                                 throws org.apache.commons.lang3.exception.CloneFailedException
        Description copied from interface: Operation
        Operation implementations should ensure a ShallowClone method is implemented. Performs a shallow clone. Creates a new instance and copies the fields across. It does not clone the fields. If the operation contains nested operations, these must also be cloned.
        Specified by:
        shallowClone in interface Operation
        Overrides:
        shallowClone in class RemoveGraph
        Returns:
        shallow clone
        Throws:
        org.apache.commons.lang3.exception.CloneFailedException - if a Clone error occurs