|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModifiableStaticContentPage
An interface representing a modifiable static content page instance.
Implementations of ModifiableStaticContentPage
will only modify the
StaticContentPage
but not guarantee the consistency between the
resources in the associated LayoutModel
and the static resources.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.ibm.portal.content.DisplayOptions |
---|
DisplayOptions.DisplayOption |
Method Summary | |
---|---|
boolean |
confirmSetFileName(Markup markup,
java.lang.String fileName)
Deprecated. use confirmSetFileName(Markup, String, Context)
instead |
boolean |
confirmSetFileName(Markup markup,
java.lang.String fileName,
Context ctx)
Checks if a modification of the file name is a valid operation |
boolean |
confirmSetFileName(java.lang.String markup,
java.lang.String fileName)
Deprecated. use confirmSetFileName(String, String, Context)
instead |
boolean |
confirmSetFileName(java.lang.String markup,
java.lang.String fileName,
Context ctx)
Checks if a modification of the file name is a valid operation |
boolean |
confirmSetZipInputStream(Markup markup,
java.util.zip.ZipInputStream in)
Deprecated. use confirmSetZipInputStream(Markup, ZipInputStream, Context)
instead |
boolean |
confirmSetZipInputStream(Markup markup,
java.util.zip.ZipInputStream in,
Context ctx)
Checks if an assignment of the ZIP stream is a valid operation. |
boolean |
confirmSetZipInputStream(java.lang.String markup,
java.util.zip.ZipInputStream in)
Deprecated. use confirmSetZipInputStream(String, ZipInputStream, Context)
instead |
boolean |
confirmSetZipInputStream(java.lang.String markup,
java.util.zip.ZipInputStream in,
Context ctx)
Checks if an assignment of the ZIP stream is a valid operation. |
void |
setFileName(Markup markup,
java.lang.String fileName)
Deprecated. use setFileName(Markup, String, Context) instead |
void |
setFileName(Markup markup,
java.lang.String fileName,
Context ctx)
Associates the filename of a static resource with a markup. |
void |
setFileName(Markup markup,
java.lang.String fileName,
Context ctx,
boolean forceDelete)
Associates the filename of a static resource with a markup. |
void |
setFileName(java.lang.String markup,
java.lang.String fileName)
Deprecated. use setFileName(String, String, Context) instead |
void |
setFileName(java.lang.String markup,
java.lang.String fileName,
Context ctx)
Associates the filename of a static resource with a markup. |
void |
setFileName(java.lang.String markup,
java.lang.String fileName,
Context ctx,
boolean forceDelete)
Associates the filename of a static resource with a markup. |
java.io.OutputStream |
setStaticContent(Markup markup,
java.lang.String fileName)
Deprecated. use setStaticContent(Markup, String, Context)
instead |
java.io.OutputStream |
setStaticContent(Markup markup,
java.lang.String fileName,
Context ctx)
Associates zipped content with a markup. |
java.io.OutputStream |
setStaticContent(Markup markup,
java.lang.String fileName,
Context ctx,
boolean forceDelete)
Associates zipped content with a markup. |
java.io.OutputStream |
setStaticContent(java.lang.String markup,
java.lang.String fileName)
Deprecated. use setStaticContent(String, String, Context)
instead |
java.io.OutputStream |
setStaticContent(java.lang.String markup,
java.lang.String fileName,
Context ctx)
Associates zipped content with a markup. |
java.io.OutputStream |
setStaticContent(java.lang.String markup,
java.lang.String fileName,
Context ctx,
boolean forceDelete)
Associates zipped content with a markup. |
void |
setZipInputStream(Markup markup,
java.lang.String fileName,
java.util.zip.ZipInputStream in)
Deprecated. use setZipInputStream(Markup, String, ZipInputStream, Context)
instead |
void |
setZipInputStream(Markup markup,
java.lang.String fileName,
java.util.zip.ZipInputStream in,
Context ctx)
Associates the content of a ZipInputStream with a markup. |
void |
setZipInputStream(Markup markup,
java.lang.String fileName,
java.util.zip.ZipInputStream in,
Context ctx,
boolean forceDelete)
Associates the content of a ZipInputStream with a markup. |
void |
setZipInputStream(java.lang.String markup,
java.lang.String fileName,
java.util.zip.ZipInputStream in)
Deprecated. use setZipInputStream(String, String, ZipInputStream, Context)
instead |
void |
setZipInputStream(java.lang.String markup,
java.lang.String fileName,
java.util.zip.ZipInputStream in,
Context ctx)
Associates the content of a ZipInputStream with a markup. |
void |
setZipInputStream(java.lang.String markup,
java.lang.String fileName,
java.util.zip.ZipInputStream in,
Context ctx,
boolean forceDelete)
Associates the content of a ZipInputStream with a markup. |
Methods inherited from interface com.ibm.portal.ModifiableIdentifiable |
---|
getModifiableObjectID |
Methods inherited from interface com.ibm.portal.admin.ModifiableMarkupCapable |
---|
addMarkup, addMarkups, confirmAddMarkup, confirmAddMarkups, confirmRemoveMarkup, confirmRemoveMarkups, removeMarkup, removeMarkups |
Methods inherited from interface com.ibm.portal.ModifiableActiveFlag |
---|
confirmSetActive, setActive |
Methods inherited from interface com.ibm.portal.admin.ModifiableDeviceClassCapable |
---|
addDeviceClass, addDeviceClasses, confirmAddDeviceClass, confirmAddDeviceClasses, confirmRemoveDeviceClass, confirmRemoveDeviceClasses, removeDeviceClass, removeDeviceClasses |
Methods inherited from interface com.ibm.portal.content.ThemeSetter |
---|
confirmSetTheme, setTheme |
Methods inherited from interface com.ibm.portal.content.ModifiableDisplayOptions |
---|
confirmSetDisplayOption, confirmSetDisplayOption, setDisplayOption, setDisplayOption |
Methods inherited from interface com.ibm.portal.content.StaticContentPage |
---|
getFileName, getFileName, getStaticContent, getStaticContent, getZipInputStream, getZipInputStream |
Methods inherited from interface com.ibm.portal.content.ContentNode |
---|
getContentNodeType |
Methods inherited from interface com.ibm.portal.Identifiable |
---|
getObjectID |
Methods inherited from interface com.ibm.portal.Localized |
---|
getDescription, getLocales, getTitle |
Methods inherited from interface com.ibm.portal.admin.MarkupCapable |
---|
getMarkups, supportsMarkup, supportsMarkup |
Methods inherited from interface com.ibm.portal.ActiveFlag |
---|
isActive |
Methods inherited from interface com.ibm.portal.devicesupport.DeviceClassCapable |
---|
getDeviceClasses, supportsDeviceClass |
Methods inherited from interface com.ibm.portal.content.ThemeProvider |
---|
getTheme |
Methods inherited from interface com.ibm.portal.content.DisplayOptions |
---|
getDisplayOption, getDisplayOption |
Method Detail |
---|
@Deprecated boolean confirmSetFileName(Markup markup, java.lang.String fileName) throws ModelException
confirmSetFileName(Markup, String, Context)
instead
markup
- markup namefileName
- new filename, may be null
true
if the option may be changed, else
false
ModelException
boolean confirmSetFileName(Markup markup, java.lang.String fileName, Context ctx) throws ModelException
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
true
if the option may be changed, else
false
ModelException
@Deprecated boolean confirmSetFileName(java.lang.String markup, java.lang.String fileName)
confirmSetFileName(String, String, Context)
instead
markup
- markup namefileName
- new filename, may be null
true
if the option may be changed, else
false
boolean confirmSetFileName(java.lang.String markup, java.lang.String fileName, Context ctx)
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
true
if the option may be changed, else
false
@Deprecated boolean confirmSetZipInputStream(Markup markup, java.util.zip.ZipInputStream in) throws ModelException
confirmSetZipInputStream(Markup, ZipInputStream, Context)
instead
markup
- markup namein
- the stream containing the resources
true
if the option may be changed, else
false
ModelException
boolean confirmSetZipInputStream(Markup markup, java.util.zip.ZipInputStream in, Context ctx) throws ModelException
markup
- markup namein
- the stream containing the resourcesctx
- the COR context used to resolve references, may be
null
true
if the option may be changed, else
false
ModelException
@Deprecated boolean confirmSetZipInputStream(java.lang.String markup, java.util.zip.ZipInputStream in)
confirmSetZipInputStream(String, ZipInputStream, Context)
instead
markup
- markup namein
- the stream containing the resources
true
if the option may be changed, else
false
boolean confirmSetZipInputStream(java.lang.String markup, java.util.zip.ZipInputStream in, Context ctx)
markup
- markup namein
- the stream containing the resourcesctx
- the COR context used to resolve references, may be
null
true
if the option may be changed, else
false
@Deprecated void setFileName(Markup markup, java.lang.String fileName) throws CannotModifyPropertyException, ModelException, java.io.IOException
setFileName(Markup, String, Context)
instead
markup
- markup namefileName
- new filename, may be null
ModelException
CannotModifyPropertyException
java.io.IOException
void setFileName(Markup markup, java.lang.String fileName, Context ctx) throws CannotModifyPropertyException, ModelException, java.io.IOException
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
ModelException
CannotModifyPropertyException
java.io.IOException
void setFileName(Markup markup, java.lang.String fileName, Context ctx, boolean forceDelete) throws CannotModifyPropertyException, ModelException, java.io.IOException
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
forceDelete
- indicates if the content old content will be fully removed.
ModelException
CannotModifyPropertyException
java.io.IOException
@Deprecated void setFileName(java.lang.String markup, java.lang.String fileName) throws CannotModifyPropertyException, ModelException, java.io.IOException
setFileName(String, String, Context)
instead
markup
- markup namefileName
- new filename, may be null
ModelException
CannotModifyPropertyException
java.io.IOException
void setFileName(java.lang.String markup, java.lang.String fileName, Context ctx) throws CannotModifyPropertyException, ModelException, java.io.IOException
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
ModelException
CannotModifyPropertyException
java.io.IOException
void setFileName(java.lang.String markup, java.lang.String fileName, Context ctx, boolean forceDelete) throws CannotModifyPropertyException, ModelException, java.io.IOException
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
forceDelete
- indicates if the content old content will be fully removed.
ModelException
CannotModifyPropertyException
java.io.IOException
@Deprecated java.io.OutputStream setStaticContent(Markup markup, java.lang.String fileName) throws ModelException
setStaticContent(Markup, String, Context)
instead
OutputStream
that is returned by this method. Only after
the OutputStream.close()
method is called the association is
complete.
markup
- markup namefileName
- new filename, may be null
ModelException
java.io.OutputStream setStaticContent(Markup markup, java.lang.String fileName, Context ctx) throws ModelException
OutputStream
that is returned by this method. Only after
the OutputStream.close()
method is called the association is
complete.
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
ModelException
java.io.OutputStream setStaticContent(Markup markup, java.lang.String fileName, Context ctx, boolean forceDelete) throws ModelException
OutputStream
that is returned by this method. Only after
the OutputStream.close()
method is called the association is
complete.
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
forceDelete
- indicates if the content old content will be fully removed.
ModelException
@Deprecated java.io.OutputStream setStaticContent(java.lang.String markup, java.lang.String fileName)
setStaticContent(String, String, Context)
instead
OutputStream
that is returned by this method. Only after
the OutputStream.close()
method is called the association is
complete.
markup
- markup namefileName
- new filename, may be null
java.io.OutputStream setStaticContent(java.lang.String markup, java.lang.String fileName, Context ctx)
OutputStream
that is returned by this method. Only after
the OutputStream.close()
method is called the association is
complete.
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
java.io.OutputStream setStaticContent(java.lang.String markup, java.lang.String fileName, Context ctx, boolean forceDelete)
OutputStream
that is returned by this method. Only after
the OutputStream.close()
method is called the association is
complete.
markup
- markup namefileName
- new filename, may be null
ctx
- the COR context used to resolve references, may be
null
forceDelete
- indicates if the content old content will be fully removed.
@Deprecated void setZipInputStream(Markup markup, java.lang.String fileName, java.util.zip.ZipInputStream in) throws java.io.IOException, CannotModifyPropertyException, ModelException
setZipInputStream(Markup, String, ZipInputStream, Context)
instead
ZipInputStream
with a markup. This
stream contains the static resources associated with this page.
markup
- markup namefileName
- new filename, may be null
in
- the stream containing the resources
java.io.IOException
CannotModifyPropertyException
ModelException
void setZipInputStream(Markup markup, java.lang.String fileName, java.util.zip.ZipInputStream in, Context ctx) throws java.io.IOException, CannotModifyPropertyException, ModelException
ZipInputStream
with a markup. This
stream contains the static resources associated with this page.
markup
- markup namefileName
- new filename, may be null
in
- the stream containing the resourcesctx
- the COR context used to resolve references, may be
null
java.io.IOException
CannotModifyPropertyException
ModelException
void setZipInputStream(Markup markup, java.lang.String fileName, java.util.zip.ZipInputStream in, Context ctx, boolean forceDelete) throws java.io.IOException, CannotModifyPropertyException, ModelException
ZipInputStream
with a markup. This
stream contains the static resources associated with this page.
markup
- markup namefileName
- new filename, may be null
in
- the stream containing the resourcesctx
- the COR context used to resolve references, may be
null
forceDelete
- indicates if the content old content will be fully removed.
java.io.IOException
CannotModifyPropertyException
ModelException
@Deprecated void setZipInputStream(java.lang.String markup, java.lang.String fileName, java.util.zip.ZipInputStream in) throws java.io.IOException, CannotModifyPropertyException, CannotInstantiateModifiableNodeException, ModelException
setZipInputStream(String, String, ZipInputStream, Context)
instead
ZipInputStream
with a markup. This
stream contains the static resources associated with this page.
markup
- markup namefileName
- new filename, may be null
in
- the stream containing the resources
java.io.IOException
CannotModifyPropertyException
CannotInstantiateModifiableNodeException
ModelException
void setZipInputStream(java.lang.String markup, java.lang.String fileName, java.util.zip.ZipInputStream in, Context ctx) throws java.io.IOException, CannotModifyPropertyException, CannotInstantiateModifiableNodeException, ModelException
ZipInputStream
with a markup. This
stream contains the static resources associated with this page.
markup
- markup namefileName
- new filename, may be null
in
- the stream containing the resourcesctx
- the COR context used to resolve references, may be
null
java.io.IOException
CannotModifyPropertyException
CannotInstantiateModifiableNodeException
ModelException
void setZipInputStream(java.lang.String markup, java.lang.String fileName, java.util.zip.ZipInputStream in, Context ctx, boolean forceDelete) throws java.io.IOException, CannotModifyPropertyException, CannotInstantiateModifiableNodeException, ModelException
ZipInputStream
with a markup. This
stream contains the static resources associated with this page.
markup
- markup namefileName
- new filename, may be null
in
- the stream containing the resourcesctx
- the COR context used to resolve references, may be
null
forceDelete
- indicates if the content old content will be fully removed.
java.io.IOException
CannotModifyPropertyException
CannotInstantiateModifiableNodeException
ModelException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |