org.imixs.workflow.jee.jpa
Class EntityIndex

java.lang.Object
  extended by org.imixs.workflow.jee.jpa.EntityIndex
All Implemented Interfaces:
Serializable

@Entity
public class EntityIndex
extends Object
implements Serializable

The EntityIndex is a entity ejb which enables the EntityService to manage different IndexProperties. These IndexProperties are used to brand out attributes form the ItemCollection stored in the data attribute of an Workitem. During the disasembling of an ItemCollection the values of an ItemCollection are spread over different type specific tables. So a Query with SQL and EQL is possible

Version:
1.0
Author:
Ralph Soika
See Also:
org.imixs.workflow.jee.ejb.EntityPersistenceManagerImplementation, Serialized Form

Field Summary
static int TYP_CALENDAR
           
static int TYP_DOUBLE
           
static int TYP_INT
           
static int TYP_TEXT
           
 
Constructor Summary
EntityIndex()
           
EntityIndex(String sname, int ityp)
           
 
Method Summary
 String getName()
           
 int getTyp()
           
 void setName(String name)
           
 void setTyp(int typ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYP_TEXT

public static final int TYP_TEXT
See Also:
Constant Field Values

TYP_INT

public static final int TYP_INT
See Also:
Constant Field Values

TYP_DOUBLE

public static final int TYP_DOUBLE
See Also:
Constant Field Values

TYP_CALENDAR

public static final int TYP_CALENDAR
See Also:
Constant Field Values
Constructor Detail

EntityIndex

public EntityIndex()

EntityIndex

public EntityIndex(String sname,
                   int ityp)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getTyp

public int getTyp()

setTyp

public void setTyp(int typ)


Copyright © 2006-2012 Imixs Software Solutions GmbH. All Rights Reserved.