You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2017/02/06 17:59:30 UTC

airavata git commit: updating documentation

Repository: airavata
Updated Branches:
  refs/heads/develop a54f78133 -> 8eca75cb1


updating documentation


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/8eca75cb
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/8eca75cb
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/8eca75cb

Branch: refs/heads/develop
Commit: 8eca75cb1f517a7c3007e72050e292b7bb7a0ded
Parents: a54f781
Author: scnakandala <su...@gmail.com>
Authored: Mon Feb 6 12:59:26 2017 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Mon Feb 6 12:59:26 2017 -0500

----------------------------------------------------------------------
 .../sharing-service-docs/api-docs/sharing_models.html             | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/8eca75cb/modules/sharing-registry/sharing-service-docs/api-docs/sharing_models.html
----------------------------------------------------------------------
diff --git a/modules/sharing-registry/sharing-service-docs/api-docs/sharing_models.html b/modules/sharing-registry/sharing-service-docs/api-docs/sharing_models.html
index d59f72b..2f1c57e 100644
--- a/modules/sharing-registry/sharing-service-docs/api-docs/sharing_models.html
+++ b/modules/sharing-registry/sharing-service-docs/api-docs/sharing_models.html
@@ -91,11 +91,12 @@ considered as a group in it's own right for implementation ease</p>
 </table></div>
 <div class="definition"><h3 id="Enum_SearchCondition">Enumeration: SearchCondition</h3>
 <p>Different search operators that can be used with the entity search fields</p>
-<li>EQUAL : Simply matches for equality. Applicable for name, and parent entity id</li>
+ <li>EQUAL : Simply matches for equality. Applicable for name, permission type id, and parent entity id</li>
 <li>LIKE : Check for the condition %$FIELD% condition. Applicable for name, and description</li>
 <li>FULL_TEXT : Does a full text search. Only applicable for the FULL_TEXT field.</li>
 <li>GTE : Greater than or equal. Only applicable for created time and updated time.</li>
 <li>LTE : Less than or equal. Only applicable for created time and updated time.</li>
+ <li>NOT : Not operator. Only applicable for name, permission type id, parent entity id and owner id.</li>
 
 <br/><br/><table class="table-bordered table-striped table-condensed">
 <tr><td><code>EQUAL</code></td><td><code>0</code></td><td>