563564565566567568569570571
setters.add( setter ); reader.moveUp(); } Command cmd = CommandFactory.newModify( factHandle, setters ); return cmd; }
12821283128412851286128712881289129012911292
reader.moveUp(); } reader.moveUp(); } Command cmd; if ( processInstanceId != null ) { cmd = CommandFactory.newSignalEvent( Long.parseLong( processInstanceId ), eventType, event ); } else {
137913801381138213831384138513861387
UnmarshallingContext context) { reader.moveDown(); String id = reader.getValue(); reader.moveUp(); Command cmd = CommandFactory.newAbortWorkItem( Long.parseLong( id ) ); return cmd; }
694695696697698699700701702703704
Object event = readItem( reader, context, null ); reader.moveUp(); Command cmd; if ( processInstanceId != null ) { cmd = CommandFactory.newSignalEvent( Long.parseLong( processInstanceId ), eventType, event ); } else {
757758759760761762763764765766
results.put( identifier, value ); reader.moveUp(); } Command cmd = CommandFactory.newCompleteWorkItem( Long.parseLong( id ), results ); return cmd; }
787788789790791792793794795
} public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context) { String id = reader.getAttribute( "id" ); Command cmd = CommandFactory.newAbortWorkItem( Long.parseLong( id ) ); return cmd; }
502503504505506507508509510
UnmarshallingContext context) { reader.moveDown(); FactHandle factHandle = new DefaultFactHandle( reader.getValue() ); reader.moveUp(); Command cmd = CommandFactory.newRetract( factHandle ); return cmd; }
12811282128312841285128612871288128912901291
137813791380138113821383138413851386
691692693694695696697698699700701