public interface IGoal
extends com.arcway.cockpit.modulelib2.client.docgen.provider.interfaces.IModuleData
IGoal object allows to read attribute values of a goal of a use case
from the COCKPIT use case module.Item type constant: "ucm.goal"
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActor()
Returns the name of the actor who pursues the goal.
|
java.util.List<java.lang.String> |
getDescription()
Returns the description.
|
IUseCase |
getUseCase()
Returns the use case the goal belongs to.
|
boolean |
isMainActorsGoal()
Returns whether this is the goal of the main actor.
|
com.arcway.cockpit.docgen.provider.interfaces.IRecord |
toRecord()
Converts this generic module data into a record.
|
getCommitVersion, getCreationDate_MilliSecondsSince_01_01_1970, getCreationDate, getCreator, getDateOfLastModification_MilliSecondsSince_01_01_1970, getDateOfLastModification, getDisplayName, getLastModifier, getModificationCount, getProjectUniqueIdentifier, getTypeID, getTypeName, getUniqueIdentifier, toRecordjava.util.List<java.lang.String> getDescription()
java.lang.String getActor()
boolean isMainActorsGoal()
IUseCase getUseCase()
com.arcway.cockpit.docgen.provider.interfaces.IRecord toRecord()
In addition to all fields documented at ICockpitData.toRecord(), in
the created record, the following fields are filled accoring to the wrapped cockpit data:
IRecord.DESCRIPTION_KEYtoRecord in interface com.arcway.cockpit.docgen.provider.interfaces.ICockpitData