Class MMSyncSetHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.MMSyncSetHelper
A synchronization set defines the set of stereotypes that synchronize properties with each other.
This allows the same conceptual element to be used in different methods.
This allows the same conceptual element to be used in different methods.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic MMSyncSetcreate(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype) Creates a newMMSyncSet.
-
Method Details
-
create
public static MMSyncSet create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype) throws InoNetException, SrvErrorException Creates a newMMSyncSet.- Parameters:
srvCtx- The context of the related innovator server.ohProfile- Profile for the element to be createdohStereotype- Selection for the element to be created- Throws:
InoNetExceptionSrvErrorException
-