|
Oracle Business Rules Java API Reference 10g Release 3 (10.1.3) B19040-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
oracle.rules.sdk.editor.datamodel.ModelComponentTable
oracle.rules.sdk.editor.datamodel.FactTypeTable
Top level table in the datamodel. It contains a list of Fact Types.
| Field Summary |
| Fields inherited from class oracle.rules.sdk.editor.datamodel.ModelComponentTable |
m_dm, m_mark, m_parent |
| Fields inherited from class java.util.AbstractList |
modCount |
| Method Summary | |
RLFactType |
addRLFactType()Create a RLFactType and add it to the Fact type table |
FactType |
getFactType(int index)get a factType by index |
FactType |
getFactType(java.lang.String id)get a factType by id |
FactType |
getFactTypeByAlias(java.lang.String alias)get a factType by alias |
FactType |
getFactTypeByID(java.lang.String id)get a factType by id |
FactType |
getFactTypeByName(java.lang.String name)get a factType by name |
java.lang.Object |
removeByID(java.lang.String id)Remove a factType by id. |
int |
removeByIDs(java.lang.String[] ids)Remove a list of factTypes by ID. |
java.lang.Object |
removeByName(java.lang.String name)Remove a factType by name. |
int |
removeByNames(java.lang.String[] names)Remove a list of factTypes by name. |
int |
removeMarked()Remove the rows previously marked. |
| Methods inherited from class oracle.rules.sdk.editor.datamodel.ModelComponentTable |
getParent, mark |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Method Detail |
public RLFactType addRLFactType()
public FactType getFactType(int index)
index - the index of the factType listpublic FactType getFactType(java.lang.String id)
id - the id of the factType requestedpublic FactType getFactTypeByName(java.lang.String name)
name - the name of the factType requestedpublic FactType getFactTypeByAlias(java.lang.String alias)
alias - the alias of the factType requestedpublic FactType getFactTypeByID(java.lang.String id)
id - the id of the factType requested
public java.lang.Object removeByID(java.lang.String id)
throws DeleteException
removeByID in class ModelComponentTableid - the id of the factType to be removedthrown - if the factType is used in other datamodel/rule definition(s). The message of the exception contains all the places where the factType is usedDeleteException
public java.lang.Object removeByName(java.lang.String name)
throws DeleteException
name - the fully qualified name of the factType to be removedthrown - if the factType is used in other datamodel/rule definition(s). The message of the exception contains all the places where the factType is usedDeleteException
public int removeMarked()
throws DeleteException
removeMarked in class ModelComponentTablethrown - if the marked factTypes are used in other datamodel/rule definition(s). The message of the exception contains all the places where the list of factTypes are usedDeleteException
public int removeByNames(java.lang.String[] names)
throws DeleteException
names - the fully qualified names of the factTypes to be removedthrown - if the group of factTypes are used in other datamodel/rule definition(s). The message of the exception contains all the places where the list of factTypes are usedDeleteException
public int removeByIDs(java.lang.String[] ids)
throws DeleteException
ids - the IDs of the factTypes to be removedthrown - if the group of factTypes are used in other datamodel/rule definition(s). The message of the exception contains all the places where the list of factTypes are usedDeleteException
|
Oracle Business Rules Java API Reference 10g Release 3 (10.1.3) B19040-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||