Uses of Class
it.sistematica.isharedoc.model.develop.Function

Packages that use Function
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.develop   
 

Uses of Function in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return Function
 Function AppRoleAction.getFunction()
           
 

Uses of Function in it.sistematica.isharedoc.model.develop
 

Fields in it.sistematica.isharedoc.model.develop with type parameters of type Function
protected  java.util.List<Function> View.functions
           
protected  java.util.List<Function> AppRole.functions
           
 

Methods in it.sistematica.isharedoc.model.develop that return types with arguments of type Function
 java.util.List<Function> View.getFunctions()
           
 java.util.List<Function> AppRole.getFunctions()
           
 

Methods in it.sistematica.isharedoc.model.develop with parameters of type Function
 void AppRole.removeFunction(Function function)
           
 

Method parameters in it.sistematica.isharedoc.model.develop with type arguments of type Function
 void View.setFunctions(java.util.List<Function> functions)
           
 void AppRole.setFunctions(java.util.List<Function> functions)