| 1 package org.enhydra.shark.api.client.wfservice; 2 3 import org.enhydra.shark.api.SharkTransaction; 4 import org.enhydra.shark.api.client.wfbase.BaseException; 5 6 11 public interface AdminMisc { 12 13 19 void connect (String userId); 20 21 31 String [][] getPackageExtendedAttributeNameValuePairs (String pkgId) throws BaseException; 32 33 44 String [][] getPackageExtendedAttributeNameValuePairs (SharkTransaction t,String pkgId) throws BaseException; 45 46 55 String [] getPackageExtendedAttributeNames (String pkgId) throws BaseException; 56 57 67 String [] getPackageExtendedAttributeNames (SharkTransaction t,String pkgId) throws BaseException; 68 69 79 String getPackageExtendedAttributeValue (String pkgId,String extAttrName) throws BaseException; 80 81 92 String getPackageExtendedAttributeValue (SharkTransaction t,String pkgId,String extAttrName) throws BaseException; 93 94 104 String [][] getProcessDefinitionExtendedAttributeNameValuePairs (String mgrName) throws BaseException; 105 106 117 String [][] getProcessDefinitionExtendedAttributeNameValuePairs (SharkTransaction t,String mgrName) throws BaseException; 118 119 128 String [] getProcessDefinitionExtendedAttributeNames (String mgrName) throws BaseException; 129 130 140 String [] getProcessDefinitionExtendedAttributeNames (SharkTransaction t,String mgrName) throws BaseException; 141 142 152 String getProcessDefinitionExtendedAttributeValue (String mgrName,String extAttrName) throws BaseException; 153 154 165 String getProcessDefinitionExtendedAttributeValue (SharkTransaction t,String mgrName,String extAttrName) throws BaseException; 166 167 177 String [][] getProcessExtendedAttributeNameValuePairs (String procId) throws BaseException; 178 179 190 String [][] getProcessExtendedAttributeNameValuePairs (SharkTransaction t,String procId) throws BaseException; 191 192 201 String [] getProcessExtendedAttributeNames (String procId) throws BaseException; 202 203 213 String [] getProcessExtendedAttributeNames (SharkTransaction t,String procId) throws BaseException; 214 215 225 String getProcessExtendedAttributeValue (String procId,String extAttrName) throws BaseException; 226 227 238 String getProcessExtendedAttributeValue (SharkTransaction t,String procId,String extAttrName) throws BaseException; 239 240 250 String getActivitiesExtendedAttributes (String procId,String actId) throws BaseException; 251 252 263 String getActivitiesExtendedAttributes (SharkTransaction t,String procId,String actId) throws BaseException; 264 265 276 String [][] getActivitiesExtendedAttributeNameValuePairs (String procId,String actId) throws BaseException; 277 278 290 String [][] getActivitiesExtendedAttributeNameValuePairs (SharkTransaction t,String procId,String actId) throws BaseException; 291 292 302 String [] getActivitiesExtendedAttributeNames (String procId,String actId) throws BaseException; 303 304 315 String [] getActivitiesExtendedAttributeNames (SharkTransaction t,String procId,String actId) throws BaseException; 316 317 328 String getActivitiesExtendedAttributeValue (String procId,String actId,String extAttrName) throws BaseException; 329 330 342 String getActivitiesExtendedAttributeValue (SharkTransaction t,String procId,String actId,String extAttrName) throws BaseException; 343 344 355 String [][] getDefVariableExtendedAttributeNameValuePairs (String mgrName,String variableId) throws BaseException; 356 357 369 String [][] getDefVariableExtendedAttributeNameValuePairs (SharkTransaction t,String mgrName,String variableId) throws BaseException; 370 371 382 String [] getDefVariableExtendedAttributeNames (String mgrName,String variableId) throws BaseException; 383 384 396 String [] getDefVariableExtendedAttributeNames (SharkTransaction t,String mgrName,String variableId) throws BaseException; 397 398 410 String getDefVariableExtendedAttributeValue (String mgrName,String variableId,String extAttrName) throws BaseException; 411 412 425 String getDefVariableExtendedAttributeValue (SharkTransaction t,String mgrName,String variableId,String extAttrName) throws BaseException; 426 427 438 String [][] getVariableExtendedAttributeNameValuePairs (String procId,String variableId) throws BaseException; 439 440 452 String [][] getVariableExtendedAttributeNameValuePairs (SharkTransaction t,String procId,String variableId) throws BaseException; 453 454 465 String [] getVariableExtendedAttributeNames (String procId,String variableId) throws BaseException; 466 467 479 String [] getVariableExtendedAttributeNames (SharkTransaction t,String procId,String variableId) throws BaseException; 480 481 493 String getVariableExtendedAttributeValue (String procId,String variableId,String extAttrName) throws BaseException; 494 495 508 String getVariableExtendedAttributeValue (SharkTransaction t,String procId,String variableId,String extAttrName) throws BaseException; 509 510 522 String [][] getParticipantExtendedAttributeNameValuePairs (String pkgId,String pDefId,String participantId) throws BaseException; 523 524 537 String [][] getParticipantExtendedAttributeNameValuePairs (SharkTransaction t,String pkgId,String pDefId,String participantId) throws BaseException; 538 539 551 String [] getParticipantExtendedAttributeNames (String pkgId,String pDefId,String participantId) throws BaseException; 552 553 566 String [] getParticipantExtendedAttributeNames (SharkTransaction t,String pkgId,String pDefId,String participantId) throws BaseException; 567 568 581 String getParticipantExtendedAttributeValue (String pkgId,String pDefId,String participantId,String extAttrName) throws BaseException; 582 583 597 String getParticipantExtendedAttributeValue (SharkTransaction t,String pkgId,String pDefId,String participantId,String extAttrName) throws BaseException; 598 599 611 String [][] getApplicationExtendedAttributeNameValuePairs (String pkgId,String pDefId,String applicationId) throws BaseException; 612 613 626 String [][] getApplicationExtendedAttributeNameValuePairs (SharkTransaction t,String pkgId,String pDefId,String applicationId) throws BaseException; 627 628 640 String [] getApplicationExtendedAttributeNames (String pkgId,String pDefId,String applicationId) throws BaseException; 641 642 655 String [] getApplicationExtendedAttributeNames (SharkTransaction t,String pkgId,String pDefId,String applicationId) throws BaseException; 656 657 670 String getApplicationExtendedAttributeValue (String pkgId,String pDefId,String applicationId,String extAttrName) throws BaseException; 671 672 686 String getApplicationExtendedAttributeValue (SharkTransaction t,String pkgId,String pDefId,String applicationId,String extAttrName) throws BaseException; 687 688 699 String getBlockActivityId (String procId,String actId) throws BaseException; 700 701 713 String getBlockActivityId (SharkTransaction t,String procId,String actId) throws BaseException; 714 715 724 String getActivityDefinitionId (String procId,String actId) throws BaseException; 725 726 736 String getActivityDefinitionId (SharkTransaction t,String procId,String actId) throws BaseException; 737 738 746 String getProcessDefinitionId (String procId) throws BaseException; 747 748 757 String getProcessDefinitionId (SharkTransaction t,String procId) throws BaseException; 758 759 770 String getDefVariableName (String mgrName,String variableId) throws BaseException; 771 772 |