Class DesignCenterProject
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject<Organization>
com.aeontronix.enhancedmule.tools.anypoint.api.DesignCenterProject
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
client, httpHelper, json, jsonHelper, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DesignCenterProjectcreate(Organization organization, String name, String type, boolean visualDesignerMode, String ownerId) getExchange(String branch) getId()getName()getType()voidpublishExchange(String branch, String assetId, String name, String mainFile, String assetVersion, String apiVersion) voidvoidvoidsetOrganizationId(String organizationId) void
-
Constructor Details
-
DesignCenterProject
public DesignCenterProject() -
DesignCenterProject
-
-
Method Details
-
create
public static DesignCenterProject create(Organization organization, String name, String type, boolean visualDesignerMode, String ownerId) throws HttpException - Throws:
HttpException
-
getId
-
setId
-
getName
-
setName
-
getType
-
setType
-
getOrganizationId
-
setOrganizationId
-
getExchange
- Throws:
HttpException
-
lock
- Throws:
HttpException
-
unlock
- Throws:
HttpException
-
publishExchange
public void publishExchange(String branch, String assetId, String name, String mainFile, String assetVersion, String apiVersion) throws HttpException - Throws:
HttpException
-