예제 #1
0
 public TestAssignmentContext(ActorExpressionTest enclosingInstance, IOrganisationService organisationComponent)
 {
     orgComponent = organisationComponent;
     InitBlock(enclosingInstance);
     this.previousActor   = organisationComponent.FindActorById("ae");
     this.processInstance = new ProcessInstanceImpl();
     this.processInstance.InitiatorActorId = "pf";
     this.configuration                 = new Hashtable();
     this.attributes                    = new Hashtable();
     this.attributes["boss"]            = organisationComponent.FindActorById("cg");
     this.attributes["requester group"] = organisationComponent.FindGroupById("group-rd");
 }
예제 #2
0
			public TestAssignmentContext(ActorExpressionTest enclosingInstance,IOrganisationService organisationComponent)
			{
				orgComponent = organisationComponent;
				InitBlock(enclosingInstance);
				this.previousActor = organisationComponent.FindActorById("ae");
				this.processInstance = new ProcessInstanceImpl();
				this.processInstance.InitiatorActorId = "pf";
				this.configuration = new Hashtable();
				this.attributes = new Hashtable();
				this.attributes["boss"] = organisationComponent.FindActorById("cg");
				this.attributes["requester group"] = organisationComponent.FindGroupById("group-rd");
			}
예제 #3
0
			private void InitBlock(ActorExpressionTest enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
예제 #4
0
 private void InitBlock(ActorExpressionTest enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }