Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model Interface - refactoring #173

Closed
rsoika opened this issue Jul 20, 2016 · 2 comments
Closed

Model Interface - refactoring #173

rsoika opened this issue Jul 20, 2016 · 2 comments
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Jul 20, 2016

Refactoring methods:

getProcessEntity -> getTask
getActivityEntity -> getEvent
getProcessEntityList -> findTasks
getActivityEntityList ->findEvents
findInitialTasks ???

New Interface Defiitions:

IModelManager
IModel
@rsoika rsoika added this to the 3.9.0 milestone Jul 20, 2016
rsoika added a commit that referenced this issue Jul 21, 2016
rsoika added a commit that referenced this issue Jul 21, 2016
rsoika added a commit that referenced this issue Jul 21, 2016
rsoika added a commit that referenced this issue Jul 21, 2016
rsoika added a commit that referenced this issue Jul 21, 2016
rsoika added a commit that referenced this issue Jul 21, 2016
rsoika added a commit that referenced this issue Jul 22, 2016
@rsoika
Copy link
Member Author

rsoika commented Jul 24, 2016

Remove method findInitialTasks because it dos not make sense. Start tasks should be handled by concrete implementations not by the interface

rsoika added a commit that referenced this issue Jul 24, 2016
rsoika added a commit that referenced this issue Jul 24, 2016
rsoika added a commit that referenced this issue Jul 24, 2016
rsoika added a commit that referenced this issue Jul 25, 2016
@rsoika
Copy link
Member Author

rsoika commented Aug 2, 2016

finished

@rsoika rsoika closed this as completed Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant