|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponent
oracle.rules.sdk2.datamodel.ModelComponent
oracle.rules.sdk2.datamodel.FactType
public abstract class FactType
Represents either a primitive type, a java type, a JAXB type, an RL type or an ADF-BC type
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryComponent |
|---|
DictionaryComponent.Diff, DictionaryComponent.DiffType |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary | |
|---|---|
static java.lang.String |
ADF_BC |
static java.lang.String |
ARRAY |
static java.lang.String |
JAVAForms |
static java.lang.String |
JAXB |
static java.lang.String |
PRIMITIVE |
static java.lang.String |
RL |
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object key)Generic property getter. |
java.lang.String |
getArrayComponentType()If the facttype represents an array, what is the component type of the array. |
DOID |
getArrayComponentTypeID() |
java.util.List<Property> |
getBeanProperties() |
java.util.List<Property> |
getBeanProperties(boolean readable, boolean writable) |
ConstructorTable |
getConstructorTable()Get constructors of the java fact type. |
TableProperty<Constructor> |
getConstructorTableProperty()Get ConstructorTable Property |
java.util.Set<DOID> |
getContainedTypeIDs() |
java.util.Collection<FactType> |
getContainedTypes() |
java.util.List<Property> |
getDeclaredBeanProperties() |
java.util.List<Property> |
getDeclaredBeanProperties(boolean readable, boolean writable) |
java.util.List<Field> |
getEnumFields()Get all the enum fields inside the java fact type |
FieldTable |
getFieldTable()Get fields of a java class |
TableProperty<Field> |
getFieldTableProperty()Get FieldTable Property |
java.lang.String |
getForm()Get the form of the fact type. |
java.lang.String[] |
getFormOptions()Get the list of possible form values |
SettableProperty<java.lang.String> |
getFormProperty()Get Form Property Do not use setValue() |
DOID[] |
getInterfaceIDs() |
java.util.List<java.lang.String> |
getInterfaces()Get interfaces the class implements. |
MethodTable |
getMethodTable()Get methods of the java fact type |
TableProperty<Method> |
getMethodTableProperty()Get MethodTable Property |
java.lang.String |
getPackages() |
PropertyTable |
getPropertyTable()Get all the bean properties of the Java fact type |
TableProperty<Property> |
getPropertyTableProperty()Get PropertyTable Property |
java.util.List<Property> |
getReadableBeanProperties() |
java.lang.String |
getSource()Get where the fact type is imported from. |
SettableProperty<java.lang.String> |
getSourceProperty()Get Source Property |
java.util.List<Field> |
getStaticFields()Get all the static fields inside the java fact type |
java.lang.String |
getSuperClass()Get alias of the super class of the current class. |
DOID |
getSuperClassID()Get ID of the super class of the current class. |
java.lang.String[] |
getSuperClassOptions()Get super class options. |
SettableProperty<java.lang.String> |
getSuperClassProperty()Get SuperClass Property |
int |
getSuperClassSelected()Get the index of the selected value for the super class options. |
java.util.List<Property> |
getWritableBeanProperties() |
java.lang.String |
getXMLName() |
boolean |
isAdfBc() |
boolean |
isArray()Whether it is an array. |
boolean |
isEnum() |
boolean |
isJavaClass() |
boolean |
isJaxb() |
boolean |
isPrimitive() |
boolean |
isRLClass() |
boolean |
isVisibleFact() |
boolean |
isVisibleType() |
void |
setSource(java.lang.String source) |
void |
setSuperClass(java.lang.String superClassAlias)Set super class of the RL FactType |
void |
setSuperClassID(DOID superClassID)Set super class of the RL FactType |
void |
setVisibleFact(boolean b) |
void |
setVisibleType(boolean b) |
void |
validate(java.util.List<SDKException> errors, java.util.List<SDKWarning> warnings)Validate and append errors and warnings. |
| Methods inherited from class oracle.rules.sdk2.datamodel.ModelComponent |
|---|
getParent, getParentTable, getVisibleProperty, isVisible, setVisible |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponent |
|---|
clear, containsKey, containsValue, entrySet, getAlias, getAlias, getAliasProperty, getAllReferences, getCustom, getDependents, getDescription, getDescriptionProperty, getDiff, getDiffProperties, getDiffs, getFullyQualifiedAlias, getFullyQualifiedName, getName, getNameProperty, getNext, getObjectPath, getOptions, getPrevious, getProperties, getProperty, getSelected, hasDiff, init, isAliasDistinct, isEmpty, isFullyQualifiedName, isNameDistinct, keySet, put, putAll, remove, setAlias, setCustom, setDescription, setName, size, validate, values |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject |
|---|
equals, exists, getAEReferences, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getLevel, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validate |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final java.lang.String JAVA
public static final java.lang.String JAXB
public static final java.lang.String ADF_BC
public static final java.lang.String RL
public static final java.lang.String PRIMITIVE
public static final java.lang.String ARRAY
| Method Detail |
|---|
public TableProperty<Property> getPropertyTableProperty()
public PropertyTable getPropertyTable()
public TableProperty<Constructor> getConstructorTableProperty()
public ConstructorTable getConstructorTable()
public TableProperty<Field> getFieldTableProperty()
public FieldTable getFieldTable()
public TableProperty<Method> getMethodTableProperty()
public MethodTable getMethodTable()
public SettableProperty<java.lang.String> getSuperClassProperty()
public java.lang.String getSuperClass()
public DOID getSuperClassID()
public void setSuperClass(java.lang.String superClassAlias)
superClassAlias - alias of the super classpublic void setSuperClassID(DOID superClassID)
superClassID - ID of the super classpublic java.lang.String[] getSuperClassOptions()
public int getSuperClassSelected()
public SettableProperty<java.lang.String> getSourceProperty()
public java.lang.String getSource()
public void setSource(java.lang.String source)
public SettableProperty<java.lang.String> getFormProperty()
public java.lang.String getForm()
public java.lang.String[] getFormOptions()
public boolean isArray()
public java.lang.String getArrayComponentType()
public DOID getArrayComponentTypeID()
public boolean isEnum()
public java.util.List<java.lang.String> getInterfaces()
public DOID[] getInterfaceIDs()
public java.lang.String getXMLName()
public boolean isPrimitive()
public boolean isRLClass()
public boolean isJavaClass()
public boolean isJaxb()
public boolean isAdfBc()
public java.lang.Object get(java.lang.Object key)
DictionaryComponentPlease see the specific bean class for a list of properties.
get in interface java.util.Map<java.lang.String,java.lang.Object>get in class DictionaryComponentkey - a String containing the property name to be fetched.public boolean isVisibleFact()
public boolean isVisibleType()
public void setVisibleType(boolean b)
public void setVisibleFact(boolean b)
public java.util.Collection<FactType> getContainedTypes()
public java.util.Set<DOID> getContainedTypeIDs()
public java.lang.String getPackages()
public java.util.List<Property> getDeclaredBeanProperties()
public java.util.List<Property> getDeclaredBeanProperties(boolean readable,
boolean writable)
public java.util.List<Property> getBeanProperties(boolean readable,
boolean writable)
public java.util.List<Property> getBeanProperties()
public java.util.List<Property> getReadableBeanProperties()
public java.util.List<Property> getWritableBeanProperties()
public java.util.List<Field> getStaticFields()
public java.util.List<Field> getEnumFields()
public void validate(java.util.List<SDKException> errors,
java.util.List<SDKWarning> warnings)
DictionaryComponentvalidate in class DictionaryComponenterrors - a List of error exceptions to append to.warnings - a List of warning exceptions to append to.DictionaryObject.validate(List,List,int,int)
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1) E10663-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||