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
 String name
           
 int typ
           
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
 
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

name

public String name

typ

public int typ
Constructor Detail

EntityIndex

public EntityIndex()

EntityIndex

public EntityIndex(String sname,
                   int ityp)


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