Package ru.bgcrm.dao.expression
Class ProcessLinkExpressionObject
java.lang.Object
ru.bgcrm.dao.expression.ProcessLinkExpressionObject
- All Implemented Interfaces:
ExpressionObject
Expression object for operations with process links
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getStatusProcessLinkedForSame
(int linkedTypeId, int linkTypeId) Deprecated.CallslinkTitles(String)
, and returns first title link object.linkTitles
(String typeLike) void
-
Constructor Details
-
ProcessLinkExpressionObject
-
-
Method Details
-
toContext
- Specified by:
toContext
in 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
-
getStatusProcessLinkedForSame
@Deprecated public int getStatusProcessLinkedForSame(int linkedTypeId, int linkTypeId) throws Exception Deprecated.- Throws:
Exception
-