java - How to add new AdfBcFactTypes in oracle rules file -
i have oracle rules file: mydeparmentrules.rules
i have adfbcfacttype
nodes property
s:
<adfbcfacttype id="j}my.project.depart.model.gri.views.grdetalesdeclaracionsvvo"> <name>my.project.depart.model.gri.views.grdetalesdeclarationsvvo</name> <alias>detales</alias> <visible>true</visible> <creationupdatenumber>2362</creationupdatenumber> <property id="j}my.project.depart.model.gri.views.grdetalesdeclarationsvvo.{viewrowimpl}"> <name>viewrowimpl</name> <alias>viewrowimpl</alias> <visible>true</visible> <creationupdatenumber>2362</creationupdatenumber> <idoftype>j}my.project.depart.model.gri.views.grdetalesdeclarationsvvorowimpl</idoftype> <listcontentid>b}nil</listcontentid> <type>my.project.depart.model.gri.views.grdetalesdeclarationsvvorowimpl</type> <idofbucketset>b}nil</idofbucketset> <writable>true</writable> <readable>true</readable> <local>true</local> <expression id="l}8242"> <isconstant>false</isconstant> <parameterid>b}nil</parameterid> <customizable>false</customizable> </expression> <primarykey>false</primarykey> </property> <property .......................
- how add new
adfbcfacttype
-s new view objects? - how add new
property
-s theseadfbcfacttypes
?
i solved in following way:
i downloaded following:
- oracle soa composite editor
- oracle business rules designer
by: -> updates -> oracle soa composite editor
Comments
Post a Comment