|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.AbstractAssembly
inetsoft.uql.asset.AbstractWSAssembly
inetsoft.uql.asset.MirrorNamedGroupAssembly
public class MirrorNamedGroupAssembly
MirrorNamedGroupAssembly, the mirror of a named group assembly.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.asset.AbstractWSAssembly |
|---|
info, ws |
| Fields inherited from interface inetsoft.uql.asset.AttachedAssembly |
|---|
COLUMN_ATTACHED, DATA_TYPE_ATTACHED, NONE_ATTACHED, SOURCE_ATTACHED |
| Fields inherited from interface inetsoft.uql.asset.Assembly |
|---|
CUBE_VS, DETAIL, EMBEDDED, FIELD, SELECTION, TABLE_VS |
| Constructor Summary | |
|---|---|
MirrorNamedGroupAssembly()
Constructor. |
|
MirrorNamedGroupAssembly(Worksheet ws,
String name,
AssetEntry entry,
boolean outer,
WSAssembly assembly)
Constructor. |
|
| Method Summary | |
|---|---|
void |
checkValidity()
Check if the mirror assembly is valid. |
protected inetsoft.uql.asset.internal.WSAssemblyInfo |
createInfo()
Create assembly info. |
UserVariable[] |
getAllVariables()
Get all variables in the condition value list. |
Assembly |
getAssembly()
Get the assembly. |
String |
getAssemblyName()
Get the assembly name. |
int |
getAssemblyType()
Get the type. |
DataRef |
getAttachedAttribute()
Get the attached attribute. |
String |
getAttachedDataType()
Get the attached data type. |
SourceInfo |
getAttachedSource()
Get the attached source. |
int |
getAttachedType()
Get the attached type. |
void |
getDependeds(Set set)
Get the assemblies depended on. |
AssetEntry |
getEntry()
Get the worksheet entry. |
long |
getLastModified()
Get the last modified time. |
Dimension |
getMinimumSize()
Get the minimum size. |
NamedGroupInfo |
getNamedGroupInfo()
Get the named group info. |
void |
isAttachedValid()
Check if the attached assembly is valid. |
boolean |
isAutoUpdate()
Check if is auto update. |
boolean |
isOuterMirror()
Check if is outer mirror. |
void |
renameDepended(String oname,
String nname)
Rename the assemblies depended on. |
void |
replaceVariables(VariableTable vars)
Replace all embeded user variables. |
void |
setAttachedAttribute(DataRef ref)
Set the attached attribute. |
void |
setAttachedDataType(String dtype)
Set the attached data type. |
void |
setAttachedSource(SourceInfo info)
Set the attached source. |
void |
setAttachedType(int type)
Set the attached type. |
void |
setAutoUpdate(boolean auto)
Set auto update. |
void |
setEntry(AssetEntry entry)
Set the worksheet entry. |
void |
setLastModified(long modified)
Set last modified time. |
void |
setNamedGroupInfo(NamedGroupInfo info)
Set the named group info. |
void |
setWorksheet(Worksheet ws)
Set the worksheet. |
boolean |
update()
Update the inner mirror assembly. |
void |
updateMirror(AssetRepository engine,
Principal user)
Update the outer mirror assembly. |
| Methods inherited from class inetsoft.uql.asset.AbstractWSAssembly |
|---|
checkDependency, clone, copyAssembly, createWSAssembly, getClassName, getDescription, getInfo, getName, getPosition, getSheet, getSize, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, reset, setDescription, setIconized, setName, setOuter, setPosition, setSize, setVisible |
| Methods inherited from class inetsoft.uql.asset.AbstractAssembly |
|---|
addr, equals, getAbsoluteName, getAssemblyEntry, getBounds, hashCode, isEditable, isVisible, parseAttributes, parseContents, parseXML, setBounds, toString, writeAttributes, writeContents, writeXML |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface inetsoft.uql.asset.AttachedAssembly |
|---|
clone |
| Methods inherited from interface inetsoft.uql.asset.WSAssembly |
|---|
copyAssembly, getDescription, getWorksheet, getWSAssemblyInfo, isComposed, isCondition, isDateCondition, isIconized, isNamedGroup, isOuter, isTable, isVariable, reset, setDescription, setIconized, setOuter, setVisible |
| Methods inherited from interface inetsoft.uql.asset.Assembly |
|---|
addr, checkDependency, getAbsoluteName, getAssemblyEntry, getBounds, getInfo, getName, getPosition, getSheet, getSize, isEditable, isVisible, setBounds, setPosition, setSize |
| Methods inherited from interface inetsoft.util.XMLSerializable |
|---|
parseXML, writeXML |
| Methods inherited from interface inetsoft.uql.asset.MirrorAssembly |
|---|
clone |
| Constructor Detail |
|---|
public MirrorNamedGroupAssembly()
public MirrorNamedGroupAssembly(Worksheet ws,
String name,
AssetEntry entry,
boolean outer,
WSAssembly assembly)
| Method Detail |
|---|
protected inetsoft.uql.asset.internal.WSAssemblyInfo createInfo()
createInfo in class AbstractWSAssemblypublic int getAssemblyType()
getAssemblyType in interface Assemblypublic void setWorksheet(Worksheet ws)
setWorksheet in interface WSAssemblysetWorksheet in class AbstractWSAssemblyws - the specified worksheet.public Dimension getMinimumSize()
getMinimumSize in interface Assemblypublic void replaceVariables(VariableTable vars)
replaceVariables in interface WSAssemblyvars - the specified variable table.public UserVariable[] getAllVariables()
getAllVariables in interface inetsoft.uql.asset.internal.VariableProviderpublic AssetEntry getEntry()
getEntry in interface MirrorAssemblypublic void setEntry(AssetEntry entry)
setEntry in interface MirrorAssemblyentry - the specified worksheet entry.public String getAssemblyName()
getAssemblyName in interface MirrorAssemblypublic boolean isOuterMirror()
isOuterMirror in interface MirrorAssemblypublic long getLastModified()
getLastModified in interface MirrorAssemblypublic void setLastModified(long modified)
setLastModified in interface MirrorAssemblymodified - the specified last modified time.public boolean isAutoUpdate()
isAutoUpdate in interface MirrorAssemblypublic void setAutoUpdate(boolean auto)
setAutoUpdate in interface MirrorAssemblyauto - true to open auto update.public boolean update()
update in interface MirrorAssemblyupdate in interface WSAssemblyupdate in class AbstractWSAssembly
public void updateMirror(AssetRepository engine,
Principal user)
throws Exception
updateMirror in interface MirrorAssemblyengine - the specified asset repository.user - the specified user.
Exceptionpublic Assembly getAssembly()
getAssembly in interface MirrorAssembly
public void checkValidity()
throws Exception
checkValidity in interface MirrorAssemblycheckValidity in interface WSAssemblycheckValidity in class AbstractWSAssemblyExceptionpublic NamedGroupInfo getNamedGroupInfo()
getNamedGroupInfo in interface NamedGroupAssemblypublic void setNamedGroupInfo(NamedGroupInfo info)
setNamedGroupInfo in interface NamedGroupAssemblyinfo - the specified named group info.public int getAttachedType()
getAttachedType in interface AttachedAssemblypublic void setAttachedType(int type)
setAttachedType in interface AttachedAssemblytype - the specified type.public SourceInfo getAttachedSource()
getAttachedSource in interface AttachedAssemblypublic void setAttachedSource(SourceInfo info)
setAttachedSource in interface AttachedAssemblyinfo - the specified source.public DataRef getAttachedAttribute()
getAttachedAttribute in interface AttachedAssemblypublic void setAttachedAttribute(DataRef ref)
setAttachedAttribute in interface AttachedAssemblyref - the specified attribute.public String getAttachedDataType()
getAttachedDataType in interface AttachedAssemblypublic void setAttachedDataType(String dtype)
setAttachedDataType in interface AttachedAssembly
public void isAttachedValid()
throws Exception
isAttachedValid in interface AttachedAssemblyExceptionpublic void getDependeds(Set set)
getDependeds in interface Assemblyset - the set stores the assemblies depended on.
public void renameDepended(String oname,
String nname)
renameDepended in interface AssemblyrenameDepended in interface MirrorAssemblyoname - the specified old name.nname - the specified new name.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||