Uses of Class
org.alfresco.rest.rm.community.model.fileplan.FilePlan
-
Packages that use FilePlan Package Description org.alfresco.rest.rm.community.requests.gscore.api -
-
Uses of FilePlan in org.alfresco.rest.rm.community.requests.gscore.api
Methods in org.alfresco.rest.rm.community.requests.gscore.api that return FilePlan Modifier and Type Method Description FilePlanFilePlanAPI. getFilePlan(String filePlanId)FilePlanFilePlanAPI. getFilePlan(String filePlanId, String parameters)Gets a file plan.FilePlanFilePlanAPI. updateFilePlan(FilePlan filePlanModel, String filePlanId)FilePlanFilePlanAPI. updateFilePlan(FilePlan filePlanModel, String filePlanId, String parameters)Updates a file plan.Methods in org.alfresco.rest.rm.community.requests.gscore.api with parameters of type FilePlan Modifier and Type Method Description FilePlanFilePlanAPI. updateFilePlan(FilePlan filePlanModel, String filePlanId)FilePlanFilePlanAPI. updateFilePlan(FilePlan filePlanModel, String filePlanId, String parameters)Updates a file plan.
-