public interface GraphPolicyRulePredicate
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
boolean |
isMatch(GraphPolicy.Details object,
java.lang.String parameter)
If this predicate is satisfied by the given object.
|
void |
noteDetails(org.hibernate.Session session,
IObject object,
java.lang.String realClass,
long id)
Once this instance is submitted to
GraphPolicy.registerPredicate(GraphPolicyRulePredicate) then this method is called by
GraphPolicy.noteDetails(org.hibernate.Session, IObject, String, long) . |
java.lang.String getName()
void noteDetails(org.hibernate.Session session, IObject object, java.lang.String realClass, long id)
GraphPolicy.registerPredicate(GraphPolicyRulePredicate)
then this method is called by
GraphPolicy.noteDetails(org.hibernate.Session, IObject, String, long)
.session
- the Hibernate session, for obtaining more information about the objectobject
- an unloaded model object that may satisfy this predicaterealClass
- the real class name of the objectid
- the ID of the objectboolean isMatch(GraphPolicy.Details object, java.lang.String parameter) throws GraphException
object
- a model objectparameter
- the parameter that the object must matchGraphException
- if the predicate could not be tested
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.