public static interface IlvGanttSelectionSupport.IdentifierFactory
Modifier and Type | Method and Description |
---|---|
String |
getActivityId(String reservationId)
Returns the identifier of the activity associated to a reservation.
|
String |
getFromActivityId(String constraintId)
Returns the identifier of the fromActivity of a constraint.
|
String |
getIdentifier(Object object)
Returns a unique identifier for a Gantt model object.
|
String |
getResourceId(String reservationId)
Returns the identifier of the resource associated to a reservation.
|
String |
getToActivityId(String constraintId)
Returns the identifier of the toActivity of a constraint.
|
String getIdentifier(Object object)
object
- A Gantt model object, that is: either an
IlvActivity
, an IlvConstraint
,
an IlvReservation
, or an
IlvResource
.String getFromActivityId(String constraintId)
constraintId
- The identifier of the constraint.String getToActivityId(String constraintId)
constraintId
- The identifier of the constraint.String getActivityId(String reservationId)
reservationId
- The identifier of the reservation.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.