A B C D E F G H I K L M N O P R S T U V W

C

CABINET_INTEGRATION - Static variable in class com.senn.magic.dctm.DctmConstants
 
CABINET_REPORTS - Static variable in class com.senn.magic.dctm.DctmConstants
 
CABINET_RESOURCES - Static variable in class com.senn.magic.dctm.DctmConstants
 
CABINET_SYSTEM - Static variable in class com.senn.magic.dctm.DctmConstants
 
CABINET_TEMP - Static variable in class com.senn.magic.dctm.DctmConstants
 
CABINET_TEMPLATES - Static variable in class com.senn.magic.dctm.DctmConstants
 
callService(String, String, IDfSession, Object...) - Static method in class com.senn.magic.util.DFCUtils
Method to call an SBO (Service-Based Business Object) without having to: add the interface jar to your Java classpath import the SBO interface in your class
canBeBoolean(String) - Static method in class com.senn.magic.util.GeneralUtils
Checks if a String value can be cast to a an int or Integer
canBeByte(String) - Static method in class com.senn.magic.util.GeneralUtils
Checks if a String value can be cast to a byte or Byte
canBeDouble(String) - Static method in class com.senn.magic.util.GeneralUtils
Checks if a String value can be cast to a double or Double
canBeFloat(String) - Static method in class com.senn.magic.util.GeneralUtils
Checks if a String value can be cast to a float or Float
canBeInteger(String) - Static method in class com.senn.magic.util.GeneralUtils
Checks if a String value can be cast to an int or Integer
canBeLong(String) - Static method in class com.senn.magic.util.GeneralUtils
Checks if a String value can be cast to a long or Long
canBeShort(String) - Static method in class com.senn.magic.util.GeneralUtils
Checks if a String value can be cast to a short or Short
ChainableArrayList<E> - Class in com.senn.magic.collections
ArrayList implementation of ChainableList
ChainableArrayList() - Constructor for class com.senn.magic.collections.ChainableArrayList
 
ChainableArrayList(int) - Constructor for class com.senn.magic.collections.ChainableArrayList
 
ChainableArrayList(Collection<? extends E>) - Constructor for class com.senn.magic.collections.ChainableArrayList
 
ChainableHashMap<K,V> - Class in com.senn.magic.collections
HashMap implementation of ChainableMap
ChainableHashMap() - Constructor for class com.senn.magic.collections.ChainableHashMap
 
ChainableHashMap(int) - Constructor for class com.senn.magic.collections.ChainableHashMap
 
ChainableHashMap(int, float) - Constructor for class com.senn.magic.collections.ChainableHashMap
 
ChainableHashMap(Map<? extends K, ? extends V>) - Constructor for class com.senn.magic.collections.ChainableHashMap
 
ChainableHashSet<E> - Class in com.senn.magic.collections
HashSet implementation of ChainableSet
ChainableHashSet() - Constructor for class com.senn.magic.collections.ChainableHashSet
 
ChainableHashSet(int) - Constructor for class com.senn.magic.collections.ChainableHashSet
 
ChainableHashSet(int, float) - Constructor for class com.senn.magic.collections.ChainableHashSet
 
ChainableHashSet(Collection<? extends E>) - Constructor for class com.senn.magic.collections.ChainableHashSet
 
ChainableLinkedHashMap<K,V> - Class in com.senn.magic.collections
LinkedHashMap implementation of ChainableMap
ChainableLinkedHashMap() - Constructor for class com.senn.magic.collections.ChainableLinkedHashMap
 
ChainableLinkedHashMap(int) - Constructor for class com.senn.magic.collections.ChainableLinkedHashMap
 
ChainableLinkedHashMap(int, float) - Constructor for class com.senn.magic.collections.ChainableLinkedHashMap
 
ChainableLinkedHashMap(int, float, boolean) - Constructor for class com.senn.magic.collections.ChainableLinkedHashMap
 
ChainableLinkedHashMap(Map<? extends K, ? extends V>) - Constructor for class com.senn.magic.collections.ChainableLinkedHashMap
 
ChainableLinkedHashSet<E> - Class in com.senn.magic.collections
LinkedHashSet implementation of ChainableSet
ChainableLinkedHashSet() - Constructor for class com.senn.magic.collections.ChainableLinkedHashSet
 
ChainableLinkedHashSet(int) - Constructor for class com.senn.magic.collections.ChainableLinkedHashSet
 
ChainableLinkedHashSet(int, float) - Constructor for class com.senn.magic.collections.ChainableLinkedHashSet
 
ChainableLinkedHashSet(Collection<? extends E>) - Constructor for class com.senn.magic.collections.ChainableLinkedHashSet
 
ChainableLinkedList<E> - Class in com.senn.magic.collections
LinkedList implementation of ChainableList
ChainableLinkedList() - Constructor for class com.senn.magic.collections.ChainableLinkedList
 
ChainableLinkedList(Collection<? extends E>) - Constructor for class com.senn.magic.collections.ChainableLinkedList
 
ChainableList<E> - Interface in com.senn.magic.collections
List sub interface that makes it possible to 'chain' actions
ChainableMap<K,V> - Interface in com.senn.magic.collections
Map sub interface that makes it possible to 'chain' actions
ChainablePriorityQueue<E> - Class in com.senn.magic.collections
PriorityQueue implementation of ChainableQueue
ChainablePriorityQueue() - Constructor for class com.senn.magic.collections.ChainablePriorityQueue
 
ChainablePriorityQueue(Collection<? extends E>) - Constructor for class com.senn.magic.collections.ChainablePriorityQueue
 
ChainablePriorityQueue(int) - Constructor for class com.senn.magic.collections.ChainablePriorityQueue
 
ChainablePriorityQueue(PriorityQueue<? extends E>) - Constructor for class com.senn.magic.collections.ChainablePriorityQueue
 
ChainablePriorityQueue(int, Comparator<? super E>) - Constructor for class com.senn.magic.collections.ChainablePriorityQueue
 
ChainablePriorityQueue(SortedSet<? extends E>) - Constructor for class com.senn.magic.collections.ChainablePriorityQueue
 
ChainableQueue<E> - Interface in com.senn.magic.collections
Queue sub interface that makes it possible to 'chain' actions
ChainableSet<E> - Interface in com.senn.magic.collections
Set sub interface that makes it possible to 'chain' actions
ChainableTreeMap<K,V> - Class in com.senn.magic.collections
TreeMap implementation of ChainableMap
ChainableTreeMap() - Constructor for class com.senn.magic.collections.ChainableTreeMap
 
ChainableTreeMap(Comparator<? super K>) - Constructor for class com.senn.magic.collections.ChainableTreeMap
 
ChainableTreeMap(Map<? extends K, ? extends V>) - Constructor for class com.senn.magic.collections.ChainableTreeMap
 
ChainableTreeMap(SortedMap<K, ? extends V>) - Constructor for class com.senn.magic.collections.ChainableTreeMap
 
ChainableTreeSet<E> - Class in com.senn.magic.collections
TreeSet implementation of ChainableSet
ChainableTreeSet() - Constructor for class com.senn.magic.collections.ChainableTreeSet
 
ChainableTreeSet(SortedSet<E>) - Constructor for class com.senn.magic.collections.ChainableTreeSet
 
ChainableTreeSet(Collection<? extends E>) - Constructor for class com.senn.magic.collections.ChainableTreeSet
 
ChainableTreeSet(Comparator<? super E>) - Constructor for class com.senn.magic.collections.ChainableTreeSet
 
childDirectories - Variable in class com.senn.magic.io.Directory
 
childFiles - Variable in class com.senn.magic.io.Directory
 
childrenCount() - Method in class com.senn.magic.io.Directory
Counts how many children are in the Directory.
childrenCount(File) - Static method in class com.senn.magic.util.FileUtils
Counts how many children are in the folder.
ClassPathHacker - Class in com.senn.magic.cp
Static class that dynamically adds stuff to the Java classpath.
clear() - Method in interface com.senn.magic.collections.ChainableList
Deprecated. 
clear() - Method in interface com.senn.magic.collections.ChainableMap
Deprecated. 
clear() - Method in interface com.senn.magic.collections.ChainableQueue
Deprecated. 
clear() - Method in interface com.senn.magic.collections.ChainableSet
Deprecated. 
clear() - Method in class com.senn.magic.collections.GeneralSetFromMap
 
CLIENT_CAPABILITY_CONSUMER - Static variable in class com.senn.magic.dctm.DctmConstants
 
CLIENT_CAPABILITY_CONTRIBUTOR - Static variable in class com.senn.magic.dctm.DctmConstants
 
CLIENT_CAPABILITY_COORDINATOR - Static variable in class com.senn.magic.dctm.DctmConstants
 
CLIENT_CAPABILITY_NONE - Static variable in class com.senn.magic.dctm.DctmConstants
 
CLIENT_CAPABILITY_SYSTEM_ADMIN - Static variable in class com.senn.magic.dctm.DctmConstants
 
closeCollection(IDfCollection) - Static method in class com.senn.magic.util.DFCUtils
Tries to close a collection if the collection is not null and the state of the collection is not equal to IDfCollection.DF_CLOSED_STATE.
com.senn.magic.collections - package com.senn.magic.collections
This package contains collection classes.
com.senn.magic.cp - package com.senn.magic.cp
This package contains classes that are related to Java Classpath actions.
com.senn.magic.dctm - package com.senn.magic.dctm
This package contains classes that are related to Documentum.
com.senn.magic.io - package com.senn.magic.io
This package contains all classes related to I/O operations.
com.senn.magic.io.exception - package com.senn.magic.io.exception
This package contains all exceptions related to I/O operations.
com.senn.magic.logging - package com.senn.magic.logging
This package contains all classes related to the logging components of SennMagic.
com.senn.magic.svn - package com.senn.magic.svn
This package contains all classes related to Subversion (Svn).
com.senn.magic.util - package com.senn.magic.util
This package contains a collection of various Utils-classes.
compare(String, String, boolean) - Static method in class com.senn.magic.util.StringUtils
This method checks if 2 strings are the same, depending on the value of the ignoreCase variable.
compareTo(TypeConverter.TempSysObject) - Method in class com.senn.magic.dctm.TypeConverter.TempSysObject
 
ConcurrentHashSet<S> - Class in com.senn.magic.collections
Set-implementation for ConcurrentHashMap.
ConcurrentHashSet() - Constructor for class com.senn.magic.collections.ConcurrentHashSet
Constructs an ConcurrentHashSet instance
contains(Object) - Method in class com.senn.magic.collections.GeneralSetFromMap
 
containsAll(Collection<?>) - Method in class com.senn.magic.collections.GeneralSetFromMap
 
convert(IDfSession, boolean) - Method in class com.senn.magic.dctm.TypeConverter
Converts the object to another type.
convertToOutputStream(InputStream, Class<S>) - Static method in class com.senn.magic.util.GeneralUtils
Generic method that converts an InputStream to an OutputStream of choice.
copy(File, File) - Static method in class com.senn.magic.util.FileUtils
Copy file (with content) from source to destination
copyTo(File) - Method in class com.senn.magic.io.Directory
Copies a file to the current Directory
countChars(String) - Static method in class com.senn.magic.util.StringUtils
Get all characters used in a text and their respective count.
CountryUtils - Class in com.senn.magic.util
This is a specific class dedicated to finding the country code from a country name or vice versa.
create(boolean) - Method in class com.senn.magic.dctm.DfcProperties
Creates the dfc.properties.
createChildDirectories(String) - Method in class com.senn.magic.io.Directory
Create new nested child directories under the current Directory.
createChildDirectory(String) - Method in class com.senn.magic.io.Directory
Create a new child directory under the current Directory.
created - Static variable in class com.senn.magic.dctm.DfcProperties
 
createLogFile() - Method in class com.senn.magic.logging.SimpleLogger
Protected method that creates the logfile.
createRMSession(String, int, String, String, String) - Static method in class com.senn.magic.util.DSUtils
The method creates a DocuShare RM-session with the provided credentials.
createSession(String, String, String, String) - Static method in class com.senn.magic.util.DFCUtils
This method creates a Documentum session for the provided credentials.
createSession(String, int, String, String, String) - Static method in class com.senn.magic.util.DSUtils
The method creates a DocuShare session with the provided credentials.

A B C D E F G H I K L M N O P R S T U V W