Uses of Class
it.sistematica.isharedoc.workflow.WorkFormAction.WorkActionFieldRule

Packages that use WorkFormAction.WorkActionFieldRule
it.sistematica.isharedoc.workflow   
 

Uses of WorkFormAction.WorkActionFieldRule in it.sistematica.isharedoc.workflow
 

Methods in it.sistematica.isharedoc.workflow that return WorkFormAction.WorkActionFieldRule
 WorkFormAction.WorkActionFieldRule WorkFormAction.getNoteRule()
           
static WorkFormAction.WorkActionFieldRule WorkFormAction.WorkActionFieldRule.parse(java.lang.String code)
           
static WorkFormAction.WorkActionFieldRule WorkFormAction.WorkActionFieldRule.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkFormAction.WorkActionFieldRule[] WorkFormAction.WorkActionFieldRule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.sistematica.isharedoc.workflow with parameters of type WorkFormAction.WorkActionFieldRule
 void WorkFormAction.setNoteRule(WorkFormAction.WorkActionFieldRule noteRule)