![JAR search and dependency download from the Maven repository](/logo.png)
com.structurizr.onpremises.component.workspace.WorkspaceProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structurizr-onpremises-plugin Show documentation
Show all versions of structurizr-onpremises-plugin Show documentation
Plugin APIs for the Structurizr on-premises installation
The newest version!
package com.structurizr.onpremises.component.workspace;
import com.structurizr.configuration.User;
import com.structurizr.configuration.Visibility;
import java.util.Date;
import java.util.Set;
public interface WorkspaceProperties {
long getId();
String getName();
String getDescription();
Date getLastModifiedDate();
Visibility getVisibility();
Set getUsers();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy