Class Application.AssociatedApplications
java.lang.Object
com.appiancorp.suiteapi.applications.Application.AssociatedApplications
- Enclosing class:
- Application
Stores the references to the applications associated with the application.
Dependencies that are known and not actually "missing", such as contents of a Common Objects application,
can now be filtered out of the Missing Dependencies results to make the remaining list more useful.
Currently, the user-filtered list of "related applications" is only used in missing dependencies,
though its use may expand in the future. This feature is only for the new App Designer;
legacy will not change.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the UUIDs of the associated applications.com.appiancorp.ix.GlobalIdMap
<H extends com.appiancorp.ix.Haul<I,
U>, I, U>
voidsetApplications
(String... uuids) Adds applications as associated applications of this application.void
setGlobalIdMap
(com.appiancorp.ix.GlobalIdMap gidMap) toString()
-
Constructor Details
-
AssociatedApplications
public AssociatedApplications()
-
-
Method Details
-
getGlobalIdMap
public com.appiancorp.ix.GlobalIdMap getGlobalIdMap() -
setGlobalIdMap
public void setGlobalIdMap(com.appiancorp.ix.GlobalIdMap gidMap) -
toString
-
setApplications
Adds applications as associated applications of this application.- Parameters:
uuids
- Array of uuids corresponding to the applications to be added.
-
getApplications
Returns the UUIDs of the associated applications.
-