Search
Schedule.getResources Method
See Also
 






Gets all resources defined in the Schedule.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public ResourceList<Resource> getResources ()

 Return Value

An instance of the ResourceList class containing all resources associated with this schedule.

 Remarks

Add resources to this collection before assigning them to schedule items.

 See Also