<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to assignment</title><link>https://sourceforge.net/p/coils/wiki/assignment/</link><description>Recent changes to assignment</description><atom:link href="https://sourceforge.net/p/coils/wiki/assignment/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Nov 2013 16:49:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/coils/wiki/assignment/feed" rel="self" type="application/rss+xml"/><item><title>assignment modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/assignment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -15,6 +15,11 @@
    Name           | Type                | Description
    -------------- |-------------------- |---------------------------
    object_id      | Integer (objectId)  |
+   parent_id      | Integer (objectId)  |
+   child_id       | Integer (objectId)  |
+   info           | String              | __Only applicable to [Project] assignments__  This attribute is always an empty string on [Contact]/[Enterprise] assignments.
+   rights         | String              | __Only applicable to [Project] assignments__ This attribute is always an empty string on [Contact]/[Enterprise] assignments.
+   is_acl         | Boolean             | __Only applicable to [Project] assignments__ This attribute is always False on [Contact]/[Enterprise] assignments.

 ##Omphalos

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 13 Nov 2013 16:49:46 -0000</pubDate><guid>https://sourceforge.net23877c0f6fc6d5e285561dcd078217c5721552e7</guid></item><item><title>assignment modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/assignment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,6 +5,10 @@
 The assignment entity represents a formal relationship between objects; unlike an [objectLink] which represents an information relationship between objects. The associated [Contact]s of a [Project] are one example of a formal assignment relationship, another would the be association of a [Contact] with an [Enterprise].

 **IMPORTANT:** The assignment is one of the two entity types that can under go transformation; specific conditions can transform an assignment into an acl. Read [Understanding Entities](Understanding Entities) for specific information. 
+
+##Related Bugs
+
+   - [#208] - assignment entity not rotated in Omphalos representation 

 ##Properties

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 13 Nov 2013 16:38:53 -0000</pubDate><guid>https://sourceforge.net57655f74dd35b498312bfc1e0b91937a0f1a91de</guid></item><item><title>assignment modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/assignment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -70,7 +70,7 @@
      'targetObjectId': 10181739,
      'sourceEntityName': 'Contact', }

-### Enterprise with Contacts
+####Enterprise with Contacts

     {'sourceObjectId': 10181739,
      'objectId': 10181818,
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 13 Nov 2013 12:54:47 -0000</pubDate><guid>https://sourceforge.neta6a3cdb882f47c64aea0d24a1877b106f2f6a270</guid></item><item><title>assignment modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/assignment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,13 +6,15 @@

 **IMPORTANT:** The assignment is one of the two entity types that can under go transformation; specific conditions can transform an assignment into an acl. Read [Understanding Entities](Understanding Entities) for specific information. 

-##Properries
+##Properties

    Name           | Type                | Description
    -------------- |-------------------- |---------------------------
    object_id      | Integer (objectId)  |

 ##Omphalos
+
+Notice that the Omphalos representation of an assignment is rotated depending upon the first-class entity under which is it being represented.  In this way they are unlike [objectLinks] entities which retain their direction.  The "targetObjectId" is the opposite end of the assignment from the _local_ entity being represented, which is the source object of the assignment.

    Attribute           | Legacy | Level |Data Type      | Write |Description
    ------------------- |------- |------ |-------------- |------ |------------
@@ -26,7 +28,7 @@

 ###Examples

-####Contact &amp; Project
+####Project with Contact

      {'accessRight': '',
       'entityName': 'assignment',
@@ -37,7 +39,7 @@
       'targetEntityName': 'Contact',
       'targetObjectId': 306970, }

-####Enterprise &amp; Project
+####Project with Enterprise

     {'accessRight': '',
      'entityName': 'assignment',
@@ -48,7 +50,7 @@
      'targetEntityName': 'Enterprise',
      'targetObjectId': 373790, }

-####Team &amp; Project
+####Project with Team

     {'accessRight': 'drwm',
      'entityName': 'assignment',
@@ -59,8 +61,21 @@
      'targetEntityName': 'Team',
      'targetObjectId': 10003, }

-####Contact &amp; Enterprise
+####Contact with Enterprise

+    {'sourceObjectId': 10181800,
+     'objectId': 10181818, 
+     'entityName': 'assignment',
+     'targetEntityName': 'Enterprise',
+     'targetObjectId': 10181739,
+     'sourceEntityName': 'Contact', }  

+### Enterprise with Contacts

+    {'sourceObjectId': 10181739,
+     'objectId': 10181818,
+     'entityName': 'assignment',
+     'targetEntityName': 'Contact', 
+     'targetObjectId': 10181800,
+     'sourceEntityName': 'Enterprise', }

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 13 Nov 2013 12:54:23 -0000</pubDate><guid>https://sourceforge.net0aa7de544cffbb67cfdb3d6db9c10599abf31ef5</guid></item><item><title>assignment modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/assignment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,66 @@
 [Model] [Contact] [Enterprise]

-#
+#assignment
+
+The assignment entity represents a formal relationship between objects; unlike an [objectLink] which represents an information relationship between objects. The associated [Contact]s of a [Project] are one example of a formal assignment relationship, another would the be association of a [Contact] with an [Enterprise].
+
+**IMPORTANT:** The assignment is one of the two entity types that can under go transformation; specific conditions can transform an assignment into an acl. Read [Understanding Entities](Understanding Entities) for specific information. 
+
+##Properries
+
+   Name           | Type                | Description
+   -------------- |-------------------- |---------------------------
+   object_id      | Integer (objectId)  |
+
+##Omphalos
+
+   Attribute           | Legacy | Level |Data Type      | Write |Description
+   ------------------- |------- |------ |-------------- |------ |------------
+   objectId            | NO     |  0    | integer (objectId) | NO    |
+
+###Flags
+
+   Flag        | ACL Char. |Description
+   ----------- |---------- |-------------
+   n/a | |
+
+###Examples
+
+####Contact &amp; Project
+
+     {'accessRight': '',
+      'entityName': 'assignment',
+      'info': '',
+      'objectId': 479370,
+      'sourceEntityName': 'Project',
+      'sourceObjectId': 479340,
+      'targetEntityName': 'Contact',
+      'targetObjectId': 306970, }
+
+####Enterprise &amp; Project
+
+    {'accessRight': '',
+     'entityName': 'assignment',
+     'info': '',
+     'objectId': 479480,
+     'sourceEntityName': 'Project',
+     'sourceObjectId': 479340,
+     'targetEntityName': 'Enterprise',
+     'targetObjectId': 373790, }
+
+####Team &amp; Project
+
+    {'accessRight': 'drwm',
+     'entityName': 'assignment',
+     'info': '',
+     'objectId': 479400,
+     'sourceEntityName': 'Project',
+     'sourceObjectId': 479340,
+     'targetEntityName': 'Team',
+     'targetObjectId': 10003, }
+
+####Contact &amp; Enterprise
+
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 13 Nov 2013 03:00:29 -0000</pubDate><guid>https://sourceforge.net32bbfd36199d329ce3a027657318d8d4dfbd9add</guid></item><item><title>assignment modified by Adam Tauno Williams</title><link>https://sourceforge.net/p/coils/wiki/assignment/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="alink" href="/p/coils/wiki/Model/"&gt;[Model]&lt;/a&gt; &lt;span&gt;[Contact]&lt;/span&gt; &lt;span&gt;[Enterprise]&lt;/span&gt;&lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adam Tauno Williams</dc:creator><pubDate>Wed, 13 Nov 2013 00:12:46 -0000</pubDate><guid>https://sourceforge.netb9695db1efa8b86b8dc51ed4d3cec3d827001862</guid></item></channel></rss>