public interface

MileStoneService

org.mule.LiquidPlanner.client.services.MileStoneService
Known Indirect Subclasses

Summary

Public Methods
abstract Milestone createMilestone(String workSpaceId, Milestone milestone)
abstract Milestone deleteMilestone(String workSpaceId, String id)
abstract Milestone getMilestone(String workSpaceId, String mileStoneId)
abstract List<Milestone> getMilestones(String workSpaceId)
abstract Milestone updateMilestone(String workSpaceId, Milestone milestone)

Public Methods

public abstract Milestone createMilestone (String workSpaceId, Milestone milestone)

Parameters
workSpaceId
milestone

public abstract Milestone deleteMilestone (String workSpaceId, String id)

Parameters
workSpaceId
id

public abstract Milestone getMilestone (String workSpaceId, String mileStoneId)

Parameters
workSpaceId
mileStoneId

public abstract List<Milestone> getMilestones (String workSpaceId)

Parameters
workSpaceId

public abstract Milestone updateMilestone (String workSpaceId, Milestone milestone)

Parameters
workSpaceId
milestone