This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93271 - Add support for Predicate methoid
Summary: Add support for Predicate methoid
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks: 92964
  Show dependency tree
 
Reported: 2007-01-26 08:54 UTC by Alexey Yarmolenko
Modified: 2007-06-09 16:00 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Yarmolenko 2007-01-26 08:54:08 UTC
Predicate element can be dropped  fromm palette. Once dropped from palette , it
appears with 1 input field named "node set". 

Input field is allowed to be connected only to source tree node. 

When input field was connected to source node tree,  new input fields appears
for each location step of element, connected to "Node set" input field.

For example, when /bar/foo/name node was connected to "Node set" field, 3 input
field will appear on this methoid named "Filter for bar", "Filter for Foo",
"Filter for Name". These input fields define filtering expressions for
predicates at each location step.
Comment 1 Alexey Yarmolenko 2007-02-07 12:50:30 UTC
Still have no decision how this feature should be implemented, reassigning for
future release.
Comment 2 Nikita Krjukov 2007-06-09 16:00:21 UTC
Predicates are shown in the source tree. 
They can be added and deleted. 
Editing of predicates is not supported. 
Predicates can be edited in the source view. 

This version is a bit raw. I'm going to improve it a bit later.