Package com.orchestranetworks.service
Interface AccessRuleForCreateContext
-
- All Superinterfaces:
NewRecordContext
public interface AccessRuleForCreateContext extends NewRecordContext
Provides the context of the record creation for which the access rule is being called.- Since:
- 5.9.0
- See Also:
AccessRuleForCreate.getPermission(AccessRuleForCreateContext)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaNodegetNode()Returns the current data model node whose permission must be computed.-
Methods inherited from interface com.orchestranetworks.instance.NewRecordContext
getAssociationLink, getAssociationSourceRecordContext, getDefinitionMode, getReferencingNode, getReferencingRecordContext, getSession, getValueContext, isDuplication
-
-
-
-
Method Detail
-
getNode
SchemaNode getNode()
Returns the current data model node whose permission must be computed.- Since:
- 5.9.0
-
-