[dna-issues] [JBoss JIRA] Commented: (DNA-379) Graph API should allow adding and removing property values
Brian Carothers (JIRA)
jira-events at lists.jboss.org
Sat Jul 4 22:01:51 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12474900#action_12474900 ]
Brian Carothers commented on DNA-379:
-------------------------------------
Would a solution that adds a behavior enum (ADD or REPLACE) to UpdatePropertiesRequest and SetPropertyRequest work? I was thinking of a syntax like:
graph.add(value).and(value).and(value).to(propertyName).on(node);
Any feedback is appreciated.
> Graph API should allow adding and removing property values
> ----------------------------------------------------------
>
> Key: DNA-379
> URL: https://jira.jboss.org/jira/browse/DNA-379
> Project: DNA
> Issue Type: Feature Request
> Components: API, Graph
> Reporter: Randall Hauch
> Priority: Critical
> Fix For: 0.6
>
>
> The Graph API should allow adding a value to an existing property without having to first read the property. The same thing for removing a value (if it is there). This is needed especially when working with batch operations.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list