com.worklight.jsonstore.api

Class JSONStoreRemoveOptions

  • java.lang.Object
    • com.worklight.jsonstore.api.JSONStoreRemoveOptions


  • public class JSONStoreRemoveOptions
    extends java.lang.Object
    Options that are used to modify the remove operation in JSONStoreCollection.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean isMarkDirty()
      Determine if the mark dirty flag is set or not.
      void setMarkDirty(boolean mark_dirty)
      Enable or disable the mark dirty flag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JSONStoreRemoveOptions

        public JSONStoreRemoveOptions()
    • Method Detail

      • setMarkDirty

        public void setMarkDirty(boolean mark_dirty)
        Enable or disable the mark dirty flag.
        Parameters:
        mark_dirty - If true, the document that is added will be marked dirty when removed.
      • isMarkDirty

        public boolean isMarkDirty()
        Determine if the mark dirty flag is set or not.
        Returns:
        True if the setMarkDirty method has been called to mark the document dirty when removed.
        See Also:
        JSONStoreRemoveOptions.setMarkDirty(boolean)


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.