10 #ifndef TEAMCENTER_ASSIGNMENT_HXX
11 #define TEAMCENTER_ASSIGNMENT_HXX
18 #include <Mpr0process/libmpr0process_exports.h>
69 static int assignObjects(
const std::vector<AssignObjectData>& input, std::vector <Mpr0ErrorInfo>& errors);
70 static int unassignObjects(
const std::vector<UnassignObjectsData> &input, std::vector <Mpr0ErrorInfo> &errors);
71 static int reassignObjects(
const std::vector<ReassignObjectData> &input, std::vector <Mpr0ErrorInfo> &errors);
72 static int updateAssignments(
const std::vector<UpdateAssignmentData> &input, std::vector <Mpr0ErrorInfo> &errors);
73 static int getAssignments(
const std::vector<tag_t> &input, std::vector<GetAssignmentsOutput> &output);
76 #include <Mpr0process/libmpr0process_undef.h>
77 #endif //TEAMCENTER_ASSIGNMENT_HXX