Input | Output |
---|---|
P1(service ID) | A new service instance is added at the end of the current column. And the added row ID is returned. |
Input | Output |
---|---|
P1(row attribute), P2(service attribute) | A new service instance is added in the specified row. And the added row ID is returned. |
Input | Output |
---|---|
P1(column ID) , P2(service ID) | A new service instance is added at the end of the specified column. And the added row ID is returned. |
Input | Output |
---|---|
P1(column ID), P2(row attribute), P3(service attribute) | A new service instance is added at the end of the specified column. And the added row ID is returned. |
Input | Output |
---|---|
P1(row ID), P3(index), P3(service ID) | A new service instance is added at the relative position against the specified row. And the added row ID is returned. |
Input | Output |
---|---|
P2(column ID), P3(index), P4(service ID) | A new service instance is added at the specified position of the column. And the added row ID is returned. |
Input | Output |
---|---|
P1(column ID), P2(index), P3(row attribute), P4(service attribute) | A new service instance is added before or after the corresponding service instance. And the added row ID is returned. |
Input | Output |
---|---|
P1(row ID), P2(index), P3(row attribute), P4(service attribute) | A new service instance is added in the corresponding column. And the added row ID is returned. |