Create Grid Diagram using Open API

tomcat-thumbVisual Paradigm allows you to create the Grid Diagram for listing model elements in tabular form, structuring them into a table with elements as rows and properties as columns. The Grid Diagram can either be manipulated directly from the GUI, or through the use of the Open API. This article shows you how to develop a plugin yourself for creating a grid diagram. Use case models will be used for creating the grid diagram in this example as following: Read more

Updating your Visual Paradigm software on Mac

Starting from version 13.2 Visual Paradigm had improved the installer for Mac platform and now support installing the software by drag & drop the App into Applications folder.

Visual Paradigm installed by drag & drop into Applications folder

Visual Paradigm installed by drag & drop into Applications folder

Read more

Why my Doc. Field not showing in Doc. Composer?

All properties of the document are shown below. You can see that the Doc. Fields are defined correctly, but why Doc. Composer still had invalid warning message?

Doc. Field not being recognized in Doc. Composer

Doc. Field not being recognized in Doc. Composer

Read more

How to Deploy Plugins to VP Products

tomcat-thumbOpen API is an extension mechanism provided by Visual Paradigm for extending the functionalities of the client software. The Open API is in Java based, which allows you to have full access to the model data in your project file. By using Open API, you can create your own plugin to implement some customized features.

Read more

Solution to Installation Failure on Linux

When you fail to install your application on Linux, it is because the installer you downloaded doesn’t fit with your OS. For instance, you are using 64 bits Linux, but you installed 32 bits installer. You will probably see the following screenshot that shows you fail to install the application:

Read more

How to Perform Silent Installation on Visual Paradigm

tomcat-thumbVisual Paradigm can be installed via Visual Paradigm’s installer in few clicks. But in some situation, say bulk installation, you may not want to install the software one by one through the installer.  In this case you can use the silent install mechanism to install the software automatically. This article will teach you how to perform silent installation of Visual Paradigm. Read more

Manipulate the nickname of a diagram and model element using Open API

tomcat-thumbYou might need to create diagrams in multilingual for different team members around the globe. Instead of maintaining multiple set of diagrams of the same models for several languages, the nickname feature in Visual Paradigm enables you to define multiple languages for a single set of diagrams, allowing you to switch between different languages in just a matter of a few clicks. The nickname can be manipulated directly from the GUI, or through the use of the Open API. This article shows you how develop a plugin yourself by swapping the original name of the diagram and model element with the current selected nickname. Read more

Create relationship between entities using unique index

The unique index of an entity guarantees the record to be covered by index key containing no duplicated value, which helps to improve the performance of the database on accessing the data. The unique index is similar to primary key where the only difference is an entity can only have one primary key, but it can multiple unique indices in different column of an entity. In Visual Paradigm you can establish relationship between entities using both primary key and unique index. We will show you how to create relationship between entities using unique index in this article. Read more

How to connect Visual Paradigm with multiple VPository

tomcat-thumbVPository is a cloud-based collaboration platform provided by Visual Paradigm. VPository allow software teams to store and share Visual Paradigm projects with team members. Companies could using VPository for team collaboration. In some situation user may need to connect with different VPository during their work, i.e. a consultant may need to connect to the VPository form their different customers. Since each Visual Paradigm workspace can only connect to one VPository, to achieve this user will need to work with multiple workspace, with each workspace connect to one VPository.

To do this: Read more

How to retrieve use story scenario via Open API

tomcat-thumbIn requirement capturing use case is typically used to model the system goal where there user or stakeholder would like to achieve. Sometimes the use case could be very big and hard to manage. In agile development approach the use case would further break down into smaller pieces called user story. The user story is small and should be able to complete within a sprint so that the team can easily manage it and make progress to the development in consistent manner. Visual Paradigm support capture requirements with user stories, and within each user story user can define various execution scenarios that developers should be catered during development. The user story scenario is not just available to access within the VP’s interface, but also accessible from the Open API. In this article we will show you how to retrieve the scenario information using Open API. Read more