|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.stubs.calls.FactoryParameters
public class FactoryParameters
The input model for a call to the factory.
Constructor Summary | |
---|---|
FactoryParameters()
Creates a new instance |
|
FactoryParameters(CMSCreateParameters parameters)
Creates an instance around a CMSCreateParameters . |
Method Summary | |
---|---|
org.w3c.dom.Element |
getPayload()
Returns the input specific to the plugin. |
java.lang.String |
getPlugin()
Returns the name of the target plugin. |
boolean |
isBroadcast()
Indicates whether the input is to be broadcast to other running instances. |
void |
setBroadcast(boolean broadcast)
Indicates whether the input is to be broadcast to other running instances. |
void |
setPayload(org.w3c.dom.Element element)
Sets the input specific to the plugin. |
void |
setPlugin(java.lang.String name)
Sets the name of the target plugin. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactoryParameters()
public FactoryParameters(CMSCreateParameters parameters)
CMSCreateParameters
.
parameters
- the parameters.Method Detail |
---|
public java.lang.String getPlugin()
public void setPlugin(java.lang.String name)
name
- the name.public boolean isBroadcast()
true
if it is, false
otherwise.public void setBroadcast(boolean broadcast)
true
- if it is, false
otherwise.public org.w3c.dom.Element getPayload() throws java.lang.Exception
java.lang.Exception
- if the input could not returned;public void setPayload(org.w3c.dom.Element element)
element
- the input.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |