|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.client.objecteditor.Util
public abstract class Util
Some static utility methods that might be needed across several classes in this package.
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static void |
addRows(JComponent[] left,
JComponent[] right,
GridBagLayout gridBag,
Container container,
boolean north,
boolean allowStretching)
Layout the provided components in two columns, each left-aligned, where the left column's cells are as narrow as possible. |
static Map |
getDeploymentLabelMap(String sDefPID)
Get a map of pid-to-label of service deployments that implement the service defined by the indicated sDef. |
static DatastreamInputSpec |
getInputSpec(String deploymentPID)
|
static Map |
getInputSpecMap(Set deploymentPIDs)
|
static List |
getMethodDefinitions(String sDefPID)
Get the list of MethodDefinition objects defined by the indicated service definition. |
static ObjectFields |
getObjectFields(String pid,
String[] fields)
Get the indicated fields of the indicated object from the repository. |
static Map |
getSDefLabelMap()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static Map getSDefLabelMap()
throws IOException
IOException
public static Map getDeploymentLabelMap(String sDefPID)
throws IOException
IOException
public static Map getInputSpecMap(Set deploymentPIDs)
throws IOException
IOException
public static DatastreamInputSpec getInputSpec(String deploymentPID)
throws IOException
IOException
public static List getMethodDefinitions(String sDefPID)
throws IOException
IOException
public static ObjectFields getObjectFields(String pid,
String[] fields)
throws IOException
IOException
public static void addRows(JComponent[] left,
JComponent[] right,
GridBagLayout gridBag,
Container container,
boolean north,
boolean allowStretching)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||