Package org.bgerp.dao.expression
Class ProcessLinkExpressionObject
java.lang.Object
org.bgerp.dao.expression.ProcessLinkExpressionObject
- All Implemented Interfaces:
 ExpressionObject
Expression object for operations with process links
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic final booleanCallslinkTitles(String), and returns first title link object.linkTitles(String typeLike) void 
- 
Constructor Details
- 
ProcessLinkExpressionObject
 
 - 
 - 
Method Details
- 
called
 - 
toContext
- Specified by:
 toContextin interfaceExpressionObject
 - 
linkTitles
- Parameters:
 typeLike- SQL LIKE expression for link type.- Returns:
 - list of links.
 - Throws:
 Exception
 - 
linkTitle
CallslinkTitles(String), and returns first title link object.- Returns:
 - title of the the first link or null.
 - Throws:
 Exception
 
 -