Registry / utility / uberfire-project-api

uberfire-project-api

JSON →
library7.74.1.Finaljavamavenunverified

Provides the project API for UberFire, a framework for building rich client applications with a focus on modularity and extensibility.

<dependency> <groupId>org.uberfire</groupId> <artifactId>uberfire-project-api</artifactId> <version>7.74.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · UBERFIRE-PROJECT-A
U
uberfire-project-api
utilityjavav7.74.1.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Project
org.uberfire.backend.project.Project

Demonstrates accessing a project's name via the UberFire Project API.

import org.uberfire.backend.project.Project; public class ProjectExample { public void describeProject(Project project) { System.out.println("Project: " + project.getProjectName()); } }
Debug
Known issues
gotchaUberFire is primarily used within the KIE (Drools, jBPM) ecosystem and may have limited standalone use.
fix
Ensure you have the full UberFire runtime dependencies if using outside KIE.
affects: >=7.0.0
Upgrade
Version history
7.74.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
uberfire-project-api — mvn dependency:get uberfire-project-api · libregistry