-
-
Uses of VWSpecialDayDefinition in filenet.vw.api
Methods in filenet.vw.api that return VWSpecialDayDefinition Modifier and Type Method and Description VWSpecialDayDefinitionVWWorkScheduleDefinition. createSpecialDayDefinition(java.lang.String theName, int theMonth, int theDay, int theYear)Creates a new special day definition.VWSpecialDayDefinitionVWWorkScheduleDefinition. deleteSpecialDayDefinition(java.lang.String theName)Deletes a special day definition from this work schedule definition.VWSpecialDayDefinitionVWWorkScheduleDefinition. getSpecialDayDefinition(java.lang.String name)Gets the special day definition with the specified name from this work schedule definition.VWSpecialDayDefinition[]VWWorkScheduleDefinition. getSpecialDayDefinitions()Get the special day definitions for this work schedule definition.Methods in filenet.vw.api with parameters of type VWSpecialDayDefinition Modifier and Type Method and Description voidVWWorkScheduleDefinition. setSpecialDayDefinitions(VWSpecialDayDefinition[] theSpecialDayDefinitions)Sets the special day definitions for this work schedule definition.
-