Class SearchlinkUtilities
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.SearchlinkUtilities
-
public class SearchlinkUtilities extends java.lang.Object
Utility class for the format of URLs that imply searches.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE_PARAMETER_KEY
The HTTP URL parameter used to specify the entity identifier.static java.lang.String
SEARCH_ACTION
-
Constructor Summary
Constructors Constructor Description SearchlinkUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
createSearchlinkURL(java.lang.String baseIndexURL, EntityKind entityKind, java.lang.String code)
-
-
-
Field Detail
-
CODE_PARAMETER_KEY
public static final java.lang.String CODE_PARAMETER_KEY
The HTTP URL parameter used to specify the entity identifier.- See Also:
- Constant Field Values
-
SEARCH_ACTION
public static final java.lang.String SEARCH_ACTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
createSearchlinkURL
public static final java.lang.String createSearchlinkURL(java.lang.String baseIndexURL, EntityKind entityKind, java.lang.String code)
-
-