Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisid.schema.PredicateRef

Packages that use PredicateRef
org.openliberty.arisid   
 

Uses of PredicateRef in org.openliberty.arisid
 

Methods in org.openliberty.arisid that return PredicateRef
 PredicateRef Interaction.getPredicateRef(java.lang.String nameId)
           
 PredicateRef IInteraction.getPredicateRef(java.lang.String predNameId)
           
 

Methods in org.openliberty.arisid that return types with arguments of type PredicateRef
 java.util.Collection<PredicateRef> Interaction.getPredicateRefs()
           
 java.util.Collection<PredicateRef> IInteraction.getPredicateRefs()
           
 

Method parameters in org.openliberty.arisid with type arguments of type PredicateRef
 IReadInteraction CarmlDoc.createReadInteractionByRef(java.lang.String name, java.lang.String description, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<PredicateRef> predicateRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy)
          Deprecated. Use CarmlDoc.createReadInteractionByRef(String,String,String,Collection,Collection,Collection,IPolicy) instead
 IReadInteraction CarmlDoc.createReadInteractionByRef(java.lang.String name, java.lang.String entityName, java.lang.String description, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<PredicateRef> predicateRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy)
          Method to define an interaction for the purpose of performing reads.
 ISearchInteraction CarmlDoc.createSearchInteractionByRef(java.lang.String name, java.lang.String description, Filter filter, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<PredicateRef> predRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy, int maxSubjects, int pageSize)
          Deprecated. Use CarmlDoc.createSearchInteractionByRef(String, String, Filter, Collection, Collection, Collection, IPolicy, int, int) instead
 ISearchInteraction CarmlDoc.createSearchInteractionByRef(java.lang.String name, java.lang.String entityName, java.lang.String description, Filter filter, java.util.Collection<AttributeRef> attrRefs, java.util.Collection<PredicateRef> predRefs, java.util.Collection<RoleRef> roleRefs, IPolicy txnPolicy, int maxSubjects, int pageSize)
          Creates an Interaction declaration used for the purpose of searching attribute authorities for one or more subjects that match a certain criteria.
 


OpenLiberty.org - Licensed under Apache APL 2.0