Class WebApp
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.WebApp
-
- All Implemented Interfaces:
java.io.Serializable
public class WebApp extends java.lang.Object implements java.io.SerializableInformation about a web application.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebApp(java.lang.String code)WebApp(java.lang.String code, java.lang.String label, java.lang.Integer sorting, java.lang.String[] contexts, java.util.Map<EntityKind,java.lang.String[]> entityTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()java.lang.String[]getContexts()java.util.Map<EntityKind,java.lang.String[]>getEntityTypes()java.lang.StringgetLabel()java.lang.IntegergetSorting()booleanmatchesContext(WebAppContext context)booleanmatchesEntity(EntityKind entityKind, BasicEntityType entityType)
-
-
-
Constructor Detail
-
WebApp
public WebApp(java.lang.String code)
-
WebApp
public WebApp(java.lang.String code, java.lang.String label, java.lang.Integer sorting, java.lang.String[] contexts, java.util.Map<EntityKind,java.lang.String[]> entityTypes)
-
-
Method Detail
-
getCode
public java.lang.String getCode()
-
getLabel
public java.lang.String getLabel()
-
getSorting
public java.lang.Integer getSorting()
-
getContexts
public java.lang.String[] getContexts()
-
getEntityTypes
public java.util.Map<EntityKind,java.lang.String[]> getEntityTypes()
-
matchesContext
public boolean matchesContext(WebAppContext context)
-
matchesEntity
public boolean matchesEntity(EntityKind entityKind, BasicEntityType entityType)
-
-