InstanceSecurityRestriction =========================== .. java:package:: org.motechproject.mds.util :noindex: .. java:type:: public class InstanceSecurityRestriction Represents a restriction on entity instances Methods ------- isByCreator ^^^^^^^^^^^ .. java:method:: public boolean isByCreator() :outertype: InstanceSecurityRestriction isByOwner ^^^^^^^^^ .. java:method:: public boolean isByOwner() :outertype: InstanceSecurityRestriction isEmpty ^^^^^^^ .. java:method:: public boolean isEmpty() :outertype: InstanceSecurityRestriction setByCreator ^^^^^^^^^^^^ .. java:method:: public void setByCreator(boolean byCreator) :outertype: InstanceSecurityRestriction setByOwner ^^^^^^^^^^ .. java:method:: public void setByOwner(boolean byOwner) :outertype: InstanceSecurityRestriction