Interface DataObjectsService


  • public interface DataObjectsService
    This service handlers calls related to Data Objects.
    • Method Detail

      • loadDataObjects

        List<DataObject> loadDataObjects​(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
        Loads the Data Objects (Java classes) from a given project.
        Parameters:
        workspaceProject - The project from which the Data Objects will be loaded.
        Returns:
        All DataObjects from the given project.