Uses of Class
it.sistematica.isharedoc.model.security.IsharedocProfilePartition

Packages that use IsharedocProfilePartition
it.sistematica.isharedoc.model.security   
 

Uses of IsharedocProfilePartition in it.sistematica.isharedoc.model.security
 

Fields in it.sistematica.isharedoc.model.security with type parameters of type IsharedocProfilePartition
protected  java.util.List<IsharedocProfilePartition> IsharedocProfile.partitionProfiles
           
 

Methods in it.sistematica.isharedoc.model.security that return types with arguments of type IsharedocProfilePartition
 java.util.List<IsharedocProfilePartition> IsharedocProfile.getPartitionProfiles()
           
 

Methods in it.sistematica.isharedoc.model.security with parameters of type IsharedocProfilePartition
 void IsharedocProfile.addPartitionProfile(IsharedocProfilePartition partitionProfile)
           
 

Method parameters in it.sistematica.isharedoc.model.security with type arguments of type IsharedocProfilePartition
 void IsharedocProfile.setPartitionProfiles(java.util.List<IsharedocProfilePartition> partitionProfiles)