Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.definition.placeholder
Class DragDropSettings

java.lang.Object
  extended by oracle.stellent.wcm.core.definition.placeholder.DragDropSettings


public class DragDropSettings
extends java.lang.Object

Field Summary
static java.lang.String NAME
           

 

Constructor Summary
DragDropSettings()
           

 

Method Summary
 oracle.stellent.wcm.core.definition.placeholder.model.ComplexProperty createComplexProperty()
           
 java.lang.String getFileExpression()
           
 java.lang.String getFileMaxSize()
           
 java.lang.String getMetadata()
           
 boolean isAllowDesktopFiles()
           
 boolean isAllowManagedItems()
           
 boolean isManagedItemAllowAll()
           
 boolean isPromptForMetadata()
           
 void parseComplexProperty(oracle.stellent.wcm.core.definition.placeholder.model.ComplexProperty complexProperty)
           
 void setAllowDesktopFiles(boolean allowDesktopFiles)
           
 void setAllowManagedItems(boolean allowManagedItems)
           
 void setFileExpression(java.lang.String fileExpression)
           
 void setFileMaxSize(java.lang.String fileMaxSize)
           
 void setManagedItemAllowAll(boolean managedItemAllowAll)
           
 void setMetadata(java.lang.String metadata)
           
 void setPromptForMetadata(boolean promptForMetadata)
           
 void updateComplexProperty(oracle.stellent.wcm.core.definition.placeholder.model.ComplexProperty complexProperty)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

Constructor Detail

DragDropSettings

public DragDropSettings()

Method Detail

parseComplexProperty

public void parseComplexProperty(oracle.stellent.wcm.core.definition.placeholder.model.ComplexProperty complexProperty)

updateComplexProperty

public void updateComplexProperty(oracle.stellent.wcm.core.definition.placeholder.model.ComplexProperty complexProperty)

createComplexProperty

public oracle.stellent.wcm.core.definition.placeholder.model.ComplexProperty createComplexProperty()

isAllowDesktopFiles

public boolean isAllowDesktopFiles()

setAllowDesktopFiles

public void setAllowDesktopFiles(boolean allowDesktopFiles)

getFileExpression

public java.lang.String getFileExpression()

setFileExpression

public void setFileExpression(java.lang.String fileExpression)

getFileMaxSize

public java.lang.String getFileMaxSize()

setFileMaxSize

public void setFileMaxSize(java.lang.String fileMaxSize)

isPromptForMetadata

public boolean isPromptForMetadata()

setPromptForMetadata

public void setPromptForMetadata(boolean promptForMetadata)

getMetadata

public java.lang.String getMetadata()

setMetadata

public void setMetadata(java.lang.String metadata)

isAllowManagedItems

public boolean isAllowManagedItems()

setAllowManagedItems

public void setAllowManagedItems(boolean allowManagedItems)

isManagedItemAllowAll

public boolean isManagedItemAllowAll()

setManagedItemAllowAll

public void setManagedItemAllowAll(boolean managedItemAllowAll)

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.