Class Lane
java.lang.Object
com.appiancorp.suiteapi.process.gui.Lane
- All Implemented Interfaces:
AppianTypeHolder
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fillInAppianTypes
(AppianTypeCache cache) If the implementing class references any Appian-typed objects (such as User, Group, Folder), this method should be implemented to put the primary keys of these objects in the given cache.getColor()
getLabel()
getRunAs()
Is this Lane unattended?static void
mergeDbAndFsLanes
(Lane dbLane, Lane fsLane) void
setAssign
(Assignment assign) void
void
setDimension
(Long dimension) void
setIsLaneAssignment
(Boolean isLaneAssignment) void
setIsVertical
(Boolean isVertical) void
void
setLabelStyle
(Label labelStyle) void
void
setUnattended
(Long unattended)
-
Constructor Details
-
Lane
public Lane()
-
-
Method Details
-
getAssign
-
setAssign
-
getColor
-
setColor
-
getDimension
-
setDimension
-
getIsVertical
-
setIsVertical
-
getLabel
-
setLabel
-
getIsLaneAssignment
-
setIsLaneAssignment
-
getRunAs
-
setRunAs
-
getUnattended
Is this Lane unattended?- Returns:
- Long.valueOf(0) for attended, Long.valueOf(1) for unattended
-
setUnattended
-
getLabelStyle
-
setLabelStyle
-
mergeDbAndFsLanes
-
fillInAppianTypes
Description copied from interface:AppianTypeHolder
If the implementing class references any Appian-typed objects (such as User, Group, Folder), this method should be implemented to put the primary keys of these objects in the given cache. Later, the cache will populate itself with the display strings that correspond to all of its ids, such as "Human Resources" for group 9.- Specified by:
fillInAppianTypes
in interfaceAppianTypeHolder
- Parameters:
cache
- cache of Appian-typed objects.
-