Package org.alfresco.repo.dictionary
Interface DynamicModelPolicies.OnLoadDynamicModel
- All Superinterfaces:
ClassPolicy,Policy
- Enclosing class:
- DynamicModelPolicies
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidonLoadDynamicModel(M2Model model, NodeRef nodeRef) Called after a new dynamic model has been loaded.
-
Field Details
-
QNAME
-
-
Method Details
-
onLoadDynamicModel
Called after a new dynamic model has been loaded.- Parameters:
model- the model loadednodeRef- the node ref of the model
-