aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actorServiceProvider/src/main/java/org/onap/policy/controlloop/actorserviceprovider/impl/OperationPartial.java
AgeCommit message (Expand)AuthorFilesLines
2024-02-08Remove dmaap from modelsrameshiyer271-1/+1
2022-01-07extend vnf properties model for cds actorsjhh1-2/+2
2021-06-21Fix new checkstyle issues in modelsJim Hahn1-1/+0
2021-05-07Fix sonars in policy-models actorsJim Hahn1-10/+8
2021-02-10More sonars in modelsJim Hahn1-3/+3
2020-11-30Remove targetEntity from makeOutcomeJim Hahn1-1/+3
2020-11-20Delete preprocessed flag from actorsJim Hahn1-13/+13
2020-10-27Make Actors event-agnosticJim Hahn1-140/+20
2020-08-27Remove Target and TargetTypePamela Dragosh1-10/+13
2020-08-18Make targetEntity a propertyJim Hahn1-24/+20
2020-08-06Modify Actors to use properties when providedJim Hahn1-0/+12
2020-08-04Skip preprocessor step in ActorsJim Hahn1-0/+5
2020-07-31Add property lists to ActorsJim Hahn1-1/+33
2020-06-02Change Actor makeCoder() to getCoder()Jim Hahn1-2/+2
2020-05-29Use "coder" to serialize Actor requestsJim Hahn1-12/+28
2020-04-01Set sub request ID before start callbackJim Hahn1-0/+21
2020-03-23New Guard actor request structure is incorrectJim Hahn1-9/+2
2020-03-10Immediately finish if guard is disabledJim Hahn1-2/+2
2020-03-04Fix exception message in ActorsJim Hahn1-1/+1
2020-03-02Don't log cancellation exceptionJim Hahn1-2/+9
2020-02-29Sequence throws NPE if task outcome is nullJim Hahn1-2/+2
2020-02-25Eliminate a couple more xxxAsync calls in ActorsJim Hahn1-6/+12
2020-02-25Add PipelineUtilJim Hahn1-8/+8
2020-02-24Add "finalOutcome" flag to OperationOutcomeJim Hahn1-24/+41
2020-02-21Change payload to Map<String,Object> so it's more versatileJim Hahn1-5/+43
2020-02-20More actor clean-upJim Hahn1-17/+13
2020-02-17More changes to actor codeJim Hahn1-0/+1
2020-02-17Use BidirectionalTopicClient from policy-commonJim Hahn1-124/+262
2020-02-11Add more code to facilitate actor implementationJim Hahn1-0/+844